aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguy <guy>2008-08-06 07:34:09 +0000
committerguy <guy>2008-08-06 07:34:09 +0000
commitf34a88b3c41b10f4e4ffb4ddba598f3eb50e3de1 (patch)
treef07a7ca4618cb39075be64f5a3992f6da28d0e4d
parent34624f128f2e6f937c04317fdd2c0ae6d8883ad5 (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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fad-gifc.c b/fad-gifc.c
index a5981d46..9d96130b 100644
--- a/fad-gifc.c
+++ b/fad-gifc.c
@@ -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