diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-23 08:35:24 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-23 08:35:24 -0800 |
commit | 3911e16aa570ca0709b50727c82df421f1401bd7 (patch) | |
tree | 1530b259e15b034ba13e4f01b4275d09612942ff | |
parent | 0a09ff485babcf0d3087b1710f1151bb60ed9263 (diff) |
unifdef -UBAD_ARPAINET
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | xhost.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -87,12 +87,7 @@ X Window System is a trademark of The Open Group. #include <netinet/in.h> #endif /* NEEDSOCKETS */ -#ifndef BAD_ARPAINET #include <arpa/inet.h> -#else -/* bogus definition of inet_makeaddr() in BSD 4.2 and Ultrix */ -extern unsigned long inet_makeaddr(); -#endif #ifdef SECURE_RPC |