diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-23 08:33:55 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-23 08:33:55 -0800 |
commit | f4ba8fcd272878dcc4a0994640a9457624d899ea (patch) | |
tree | 06ca7c4671cae733dc85841cd2cc3ac3e9bb4d98 /xhost.c | |
parent | 830ce053ff5e4f3175bfa59539536b72a847739c (diff) |
unifdef -ULynx
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xhost.c')
-rw-r--r-- | xhost.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |