diff options
author | guy <guy> | 2000-10-06 04:23:10 +0000 |
---|---|---|
committer | guy <guy> | 2000-10-06 04:23:10 +0000 |
commit | e11ed169b11242f2107d02cc3ec2ab5a77736bfb (patch) | |
tree | 7fefcbf95739cbbceded8b19f9dd8c53cba9ea54 /print-fddi.c | |
parent | b67cb8951ccb0686a99e09afc578a17a5e58798c (diff) | |
download | tcpdump-e11ed169b11242f2107d02cc3ec2ab5a77736bfb.tar.gz |
Get rid of some includes of <net/route.h>, and empty declarations of
"struct mbuf" and "struct rtentry" - they shouldn't be necessary (and
weren't on the platforms on which I tested, both with GCC and the native
compiler if it isn't GCC).
Diffstat (limited to 'print-fddi.c')
-rw-r--r-- | print-fddi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print-fddi.c b/print-fddi.c index 98a492c4..92afbdfa 100644 --- a/print-fddi.c +++ b/print-fddi.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-fddi.c,v 1.45 2000-09-29 04:58:38 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-fddi.c,v 1.46 2000-10-06 04:23:11 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,9 +34,6 @@ static const char rcsid[] = #include <sys/file.h> #include <sys/ioctl.h> -struct mbuf; -struct rtentry; - #include <netinet/in.h> #include <ctype.h> |