summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-06-10 06:54:09 +0000
committerKean Johnson <kean@armory.com>2005-06-10 06:54:09 +0000
commit0436ec89e24a3622a490d66c401b78f6627cdc85 (patch)
tree5d0da0b72fcee201a160dd47cc3a7d7fec186a63
parent3b52145daefd9202970c5e496c9c060a4ce82c51 (diff)
SCO port update for SCO OpenServer 5 and UnixWare 7. A few general cleanupssco_port_update
and bugs not specifically related to the port fixed along the way.
-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