diff options
author | guy <guy> | 2008-08-06 07:34:09 +0000 |
---|---|---|
committer | guy <guy> | 2008-08-06 07:34:09 +0000 |
commit | f34a88b3c41b10f4e4ffb4ddba598f3eb50e3de1 (patch) | |
tree | f07a7ca4618cb39075be64f5a3992f6da28d0e4d | |
parent | 34624f128f2e6f937c04317fdd2c0ae6d8883ad5 (diff) |
We shouldn't need to include <sys/file.h>, and, as I remember, it caused
problems on some platform.
-rw-r--r-- | fad-gifc.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |