diff options
author | Kean Johnson <kean@armory.com> | 2005-11-08 06:33:31 +0000 |
---|---|---|
committer | Kean Johnson <kean@armory.com> | 2005-11-08 06:33:31 +0000 |
commit | 93b884959f2a9ef4c893ffa3d26ecef13c1ca4e8 (patch) | |
tree | 41002202f5714348398995eeb038cad332062741 | |
parent | cb599821a3c8dd2136b3d207911c74c2e5ad571c (diff) |
See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902
-rw-r--r-- | rgb.c | 2 | ||||
-rw-r--r-- | showrgb.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ from The Open Group. #ifdef NDBM #include <ndbm.h> #else -#if defined(SVR4) && !defined(SCO325) +#if defined(SVR4) #include <rpcsvc/dbm.h> #else #include <dbm.h> @@ -37,7 +37,7 @@ in this Software without prior written authorization from The Open Group. #ifdef NDBM #include <ndbm.h> #else -#if defined(SVR4) && !defined(SCO325) +#if defined(SVR4) #include <rpcsvc/dbm.h> #else #include <dbm.h> |