summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-06-10 06:54:08 +0000
committerKean Johnson <kean@armory.com>2005-06-10 06:54:08 +0000
commit50ee1ea927803ef29601e77b9c579d3bcc61c933 (patch)
tree91fdfe56806abd4c19921cdd1a91b9c1db913a4c
parent4449eae1558daf1618ae9bcc2f53278bfc3e1fe2 (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--gethost.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gethost.c b/gethost.c
index fa511c1..356bb7f 100644
--- a/gethost.c
+++ b/gethost.c
@@ -58,9 +58,9 @@ in this Software without prior written authorization from The Open Group.
#include <arpa/inet.h>
#ifdef SYSV
#ifdef i386
-#if !defined(sco) && !defined(sun)
+#if !defined(SCO325) && !defined(sun)
#include <net/errno.h>
-#endif /* !sco && !sun */
+#endif /* !SCO325 && !sun */
#endif /* i386 */
#endif /* SYSV */
#endif /* !STREAMSCONN */