dect
/
libpcap
Archived
13
0
Fork 0

We shouldn't need to include <sys/file.h>, and, as I remember, it caused

problems on some platform.
This commit is contained in:
guy 2008-08-06 07:34:09 +00:00
parent 34624f128f
commit f34a88b3c4
1 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@
#ifndef lint
static const char rcsid[] _U_ =
"@(#) $Header: /tcpdump/master/libpcap/fad-gifc.c,v 1.11 2005-06-29 06:41:39 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/fad-gifc.c,v 1.12 2008-08-06 07:34:09 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -42,7 +42,6 @@ static const char rcsid[] _U_ =
#endif
#include <sys/param.h>
#include <sys/file.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#ifdef HAVE_SYS_SOCKIO_H