summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-23 08:34:29 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-23 08:34:29 -0800
commit0a09ff485babcf0d3087b1710f1151bb60ed9263 (patch)
tree4d8def33e88769e9373ad0291125fa9292d3dd5d
parentf4ba8fcd272878dcc4a0994640a9457624d899ea (diff)
unifdef -Uatt
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xhost.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/xhost.c b/xhost.c
index 841233c..c1cd674 100644
--- a/xhost.c
+++ b/xhost.c
@@ -82,19 +82,9 @@ X Window System is a trademark of The Open Group.
#include <stdlib.h>
#ifdef NEEDSOCKETS
-#ifdef att
-typedef unsigned short unsign16;
-typedef unsigned long unsign32;
-typedef short sign16;
-typedef long sign32;
-#include <interlan/socket.h>
-#include <interlan/netdb.h>
-#include <interlan/in.h>
-#else
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
-#endif
#endif /* NEEDSOCKETS */
#ifndef BAD_ARPAINET