diff options
Diffstat (limited to 'lib/libpcap/nametoaddr.c')
-rw-r--r-- | lib/libpcap/nametoaddr.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libpcap/nametoaddr.c b/lib/libpcap/nametoaddr.c index f601c6b02ac..5fee6e19b70 100644 --- a/lib/libpcap/nametoaddr.c +++ b/lib/libpcap/nametoaddr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nametoaddr.c,v 1.14 2014/03/21 02:55:29 lteo Exp $ */ +/* $OpenBSD: nametoaddr.c,v 1.15 2014/12/06 23:20:17 krw Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996 @@ -36,10 +36,6 @@ struct rtentry; #include <netinet/in.h> #include <netinet/if_ether.h> #include <arpa/inet.h> -#ifdef INET6 -#include <netdb.h> -#include <sys/socket.h> -#endif /*INET6*/ #include <ctype.h> #include <errno.h> |