summaryrefslogtreecommitdiff
path: root/gethost.c
diff options
context:
space:
mode:
Diffstat (limited to 'gethost.c')
-rw-r--r--gethost.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gethost.c b/gethost.c
index 15f38dc..4fd9d77 100644
--- a/gethost.c
+++ b/gethost.c
@@ -63,9 +63,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 */