diff options
| author | guy <guy> | 2002-06-01 23:50:30 +0000 |
|---|---|---|
| committer | guy <guy> | 2002-06-01 23:50:30 +0000 |
| commit | 4c6bada75863c064314bc52daf899e37cc8b39e3 (patch) | |
| tree | 155327148fa164c0e107dfef15e0c3b198a826ff | |
| parent | 07f12c5e5361c1564e0b9a902236023b073bb582 (diff) | |
| download | tcpdump-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>.
| -rw-r--r-- | print-arcnet.c | 5 | ||||
| -rw-r--r-- | print-bootp.c | 5 | ||||
| -rw-r--r-- | print-dhcp6.c | 5 | ||||
| -rw-r--r-- | print-egp.c | 3 | ||||
| -rw-r--r-- | print-ether.c | 5 | ||||
| -rw-r--r-- | print-fddi.c | 4 | ||||
| -rw-r--r-- | print-gre.c | 3 | ||||
| -rw-r--r-- | print-icmp.c | 5 | ||||
| -rw-r--r-- | print-isakmp.c | 5 | ||||
| -rw-r--r-- | print-mobile.c | 3 | ||||
| -rw-r--r-- | print-nfs.c | 5 | ||||
| -rw-r--r-- | print-null.c | 7 | ||||
| -rw-r--r-- | print-raw.c | 4 | ||||
| -rw-r--r-- | print-sll.c | 5 | ||||
| -rw-r--r-- | print-sunrpc.c | 5 |
15 files changed, 15 insertions, 54 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> diff --git a/print-bootp.c b/print-bootp.c index 0d780df7..ac18ac08 100644 --- a/print-bootp.c +++ b/print-bootp.c @@ -22,7 +22,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.61 2002-04-26 04:59:08 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.62 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 <ctype.h> diff --git a/print-dhcp6.c b/print-dhcp6.c index 7a3e4eea..2a570ff1 100644 --- a/print-dhcp6.c +++ b/print-dhcp6.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.16 2002-01-19 08:05:54 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.17 2002-06-01 23:50:30 guy Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -43,9 +43,6 @@ static const char rcsid[] = #include <sys/time.h> #include <sys/socket.h> -struct mbuf; -struct rtentry; - #include <netinet/in.h> #include <ctype.h> diff --git a/print-egp.c b/print-egp.c index 90fa6c5b..57eb0aa0 100644 --- a/print-egp.c +++ b/print-egp.c @@ -20,7 +20,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-egp.c,v 1.28 2001-09-17 21:58:01 fenner Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-egp.c,v 1.29 2002-06-01 23:50:31 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -29,7 +29,6 @@ static const char rcsid[] = #include <sys/param.h> #include <sys/time.h> -#include <sys/uio.h> #include <sys/socket.h> #include <netinet/in.h> diff --git a/print-ether.c b/print-ether.c index e715049f..3f3b3a59 100644 --- a/print-ether.c +++ b/print-ether.c @@ -20,7 +20,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.68 2002-05-29 10:06:26 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.69 2002-06-01 23:50:31 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -31,9 +31,6 @@ static const char rcsid[] = #include <sys/time.h> #include <sys/socket.h> -struct mbuf; -struct rtentry; - #include <netinet/in.h> #include <stdio.h> diff --git a/print-fddi.c b/print-fddi.c index ffa43859..31f6b565 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.55 2002-05-29 10:06:27 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-fddi.c,v 1.56 2002-06-01 23:50:31 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -31,8 +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> #include <netinet/in.h> diff --git a/print-gre.c b/print-gre.c index 4accdfe0..aa05dc58 100644 --- a/print-gre.c +++ b/print-gre.c @@ -24,7 +24,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.13 2001-06-15 22:17:31 fenner Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.14 2002-06-01 23:50:31 guy Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -33,7 +33,6 @@ static const char rcsid[] = #include <sys/param.h> #include <sys/time.h> -#include <sys/uio.h> #include <sys/socket.h> #include <netinet/in.h> diff --git a/print-icmp.c b/print-icmp.c index 34d175f1..681c735f 100644 --- a/print-icmp.c +++ b/print-icmp.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.63 2001-10-27 07:21:34 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.64 2002-06-01 23:50:32 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -32,9 +32,6 @@ static const char rcsid[] = #include <sys/time.h> #include <sys/socket.h> -struct mbuf; -struct rtentry; - #include <netinet/in.h> #include <stdio.h> diff --git a/print-isakmp.c b/print-isakmp.c index e43c6377..bb741ff4 100644 --- a/print-isakmp.c +++ b/print-isakmp.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-isakmp.c,v 1.29 2001-10-26 03:41:29 itojun Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-isakmp.c,v 1.30 2002-06-01 23:50:32 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -43,9 +43,6 @@ static const char rcsid[] = #include <sys/time.h> #include <sys/socket.h> -struct mbuf; -struct rtentry; - #include <netinet/in.h> #include <stdio.h> diff --git a/print-mobile.c b/print-mobile.c index f217932a..e767beb3 100644 --- a/print-mobile.c +++ b/print-mobile.c @@ -42,12 +42,11 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.7 2001-08-20 17:53:54 fenner Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.8 2002-06-01 23:50:32 guy Exp $"; #endif #include <sys/param.h> #include <sys/time.h> -#include <sys/uio.h> #include <sys/socket.h> #include <netinet/in.h> diff --git a/print-nfs.c b/print-nfs.c index 0173de3c..1c9dfb85 100644 --- a/print-nfs.c +++ b/print-nfs.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.92 2002-05-31 09:47:23 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.93 2002-06-01 23:50:32 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -32,9 +32,6 @@ static const char rcsid[] = #include <sys/time.h> #include <sys/socket.h> -struct mbuf; -struct rtentry; - #include <netinet/in.h> #include <rpc/rpc.h> 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> diff --git a/print-raw.c b/print-raw.c index 979b5f8f..eda9e056 100644 --- a/print-raw.c +++ b/print-raw.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.34 2001-07-05 18:54:17 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.35 2002-06-01 23:50:33 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -31,8 +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> #include <netinet/in.h> diff --git a/print-sll.c b/print-sll.c index 836140fd..c6cd93dd 100644 --- a/print-sll.c +++ b/print-sll.c @@ -20,7 +20,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-sll.c,v 1.6 2001-07-05 18:54:18 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-sll.c,v 1.7 2002-06-01 23:50:33 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -31,9 +31,6 @@ static const char rcsid[] = #include <sys/time.h> #include <sys/socket.h> -struct mbuf; -struct rtentry; - #include <netinet/in.h> #include <stdio.h> diff --git a/print-sunrpc.c b/print-sunrpc.c index 54e32d86..5a7e45ca 100644 --- a/print-sunrpc.c +++ b/print-sunrpc.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.39 2000-10-07 05:53:13 itojun Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.40 2002-06-01 23:50:33 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -32,9 +32,6 @@ static const char rcsid[] = #include <sys/time.h> #include <sys/socket.h> -struct mbuf; -struct rtentry; - #include <netinet/in.h> #include <rpc/rpc.h> |
