summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-11-08 06:33:31 +0000
committerKean Johnson <kean@armory.com>2005-11-08 06:33:31 +0000
commit93b884959f2a9ef4c893ffa3d26ecef13c1ca4e8 (patch)
tree41002202f5714348398995eeb038cad332062741
parentcb599821a3c8dd2136b3d207911c74c2e5ad571c (diff)
See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902
-rw-r--r--rgb.c2
-rw-r--r--showrgb.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/rgb.c b/rgb.c
index 9e38450..c90b4e8 100644
--- a/rgb.c
+++ b/rgb.c
@@ -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>
diff --git a/showrgb.c b/showrgb.c
index 6ce9d48..4141f51 100644
--- a/showrgb.c
+++ b/showrgb.c
@@ -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>