summaryrefslogtreecommitdiff
path: root/print-arcnet.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-arcnet.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-arcnet.c')
-rw-r--r--print-arcnet.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/print-arcnet.c b/print-arcnet.c
index 4250c3a1..5fa1497e 100644
--- a/print-arcnet.c
+++ b/print-arcnet.c
@@ -22,7 +22,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-arcnet.c,v 1.6 2001-09-17 21:57:54 fenner Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-arcnet.c,v 1.7 2002-06-01 23:50:30 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -33,9 +33,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <sys/socket.h>
-struct mbuf;
-struct rtentry;
-
#include <netinet/in.h>
#include <stdio.h>