dect
/
libpcap
Archived
13
0
Fork 0

No need to include <sys/socket.h> twice.

This commit is contained in:
guy 2002-04-07 00:22:30 +00:00
parent 1d35b4b590
commit 67a0588585
1 changed files with 1 additions and 4 deletions

View File

@ -24,7 +24,7 @@
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.61 2002-04-06 23:27:33 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.62 2002-04-07 00:22:30 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -45,9 +45,6 @@ struct rtentry;
#endif
#include <arpa/inet.h>
#include <netdb.h>
#ifdef INET6
#include <sys/socket.h>
#endif /*INET6*/
#include <ctype.h>
#include <errno.h>