summaryrefslogtreecommitdiff
path: root/gethost.c
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
commit0f59380f98d7fdae7ce32b67ba8f2c3798e71502 (patch)
tree4ca07b5c7f1938feb6de98047f0e6e138eb5b9cf /gethost.c
parentbb5b65a587478663bd50f083bc8c17213c5c5ab7 (diff)
downloadxorg-app-xauth-0f59380f98d7fdae7ce32b67ba8f2c3798e71502.tar.gz
See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902
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 */