summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-23 08:33:55 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-23 08:33:55 -0800
commitf4ba8fcd272878dcc4a0994640a9457624d899ea (patch)
tree06ca7c4671cae733dc85841cd2cc3ac3e9bb4d98
parent830ce053ff5e4f3175bfa59539536b72a847739c (diff)
unifdef -ULynx
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xhost.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xhost.c b/xhost.c
index f48d9ef..841233c 100644
--- a/xhost.c
+++ b/xhost.c
@@ -91,11 +91,7 @@ typedef long sign32;
#include <interlan/netdb.h>
#include <interlan/in.h>
#else
-#ifndef Lynx
#include <sys/socket.h>
-#else
-#include <socket.h>
-#endif
#include <netdb.h>
#include <netinet/in.h>
#endif