summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-23 08:35:24 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-23 08:35:24 -0800
commit3911e16aa570ca0709b50727c82df421f1401bd7 (patch)
tree1530b259e15b034ba13e4f01b4275d09612942ff
parent0a09ff485babcf0d3087b1710f1151bb60ed9263 (diff)
unifdef -UBAD_ARPAINET
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xhost.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/xhost.c b/xhost.c
index c1cd674..ae1f659 100644
--- a/xhost.c
+++ b/xhost.c
@@ -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