summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-11-08 06:33:33 +0000
committerKean Johnson <kean@armory.com>2005-11-08 06:33:33 +0000
commit53b351a8471d3eaca13b70ac77874868a24d4a1e (patch)
treed7a447abcdd66b25e2dd6b5b94a79f89d2e96d6b
parentdd1b9bfc00a2afdd384774a1442d42802987bb19 (diff)
See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index a4328d8..725981f 100644
--- a/command.c
+++ b/command.c
@@ -35,7 +35,7 @@
#ifndef SYSV
#include <sys/wait.h>
#endif /* SYSV */
-#if defined(SVR4) && !defined(SCO325) && !defined(DGUX)
+#if defined(SVR4) && !defined(DGUX)
#include <sys/filio.h>
#endif