diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-23 08:34:29 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-23 08:34:29 -0800 |
commit | 0a09ff485babcf0d3087b1710f1151bb60ed9263 (patch) | |
tree | 4d8def33e88769e9373ad0291125fa9292d3dd5d | |
parent | f4ba8fcd272878dcc4a0994640a9457624d899ea (diff) |
unifdef -Uatt
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | xhost.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 |