summaryrefslogtreecommitdiff
path: root/print-null.c
diff options
context:
space:
mode:
authorguy <guy>2002-06-01 23:50:30 +0000
committerguy <guy>2002-06-01 23:50:30 +0000
commit4c6bada75863c064314bc52daf899e37cc8b39e3 (patch)
tree155327148fa164c0e107dfef15e0c3b198a826ff /print-null.c
parent07f12c5e5361c1564e0b9a902236023b073bb582 (diff)
downloadtcpdump-4c6bada75863c064314bc52daf899e37cc8b39e3.tar.gz
Get rid of unneeded incomplete definitions of "struct mbuf" and "struct
rtentry", and unneded includes of <sys/uio.h>, <sys/file.h>, and <sys/ioctl.h>.
Diffstat (limited to 'print-null.c')
-rw-r--r--print-null.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/print-null.c b/print-null.c
index 30724ec6..6ed2174d 100644
--- a/print-null.c
+++ b/print-null.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.41 2001-07-05 18:54:15 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.42 2002-06-01 23:50:33 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -31,11 +31,6 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/time.h>
#include <sys/socket.h>
-#include <sys/file.h>
-#include <sys/ioctl.h>
-
-struct mbuf;
-struct rtentry;
#include <netinet/in.h>