diff options
author | guy <guy> | 2000-09-28 06:42:55 +0000 |
---|---|---|
committer | guy <guy> | 2000-09-28 06:42:55 +0000 |
commit | 8b67f771343e94182b048b0cae3ffe164dc37bb9 (patch) | |
tree | b257467bd7797c05ccc268fc0b8825e411af62f1 | |
parent | 6b33165a8fc70eac6dae78d230ed42f8684e03ff (diff) | |
download | tcpdump-8b67f771343e94182b048b0cae3ffe164dc37bb9.tar.gz |
Get rid of unneeded includes of <net/if.h>.
-rw-r--r-- | print-ah.c | 3 | ||||
-rw-r--r-- | print-atalk.c | 3 | ||||
-rw-r--r-- | print-atm.c | 3 | ||||
-rw-r--r-- | print-bootp.c | 3 | ||||
-rw-r--r-- | print-chdlc.c | 3 | ||||
-rw-r--r-- | print-cip.c | 3 | ||||
-rw-r--r-- | print-decnet.c | 3 | ||||
-rw-r--r-- | print-dhcp6.c | 3 | ||||
-rw-r--r-- | print-domain.c | 3 | ||||
-rw-r--r-- | print-esp.c | 3 | ||||
-rw-r--r-- | print-ether.c | 3 | ||||
-rw-r--r-- | print-fddi.c | 3 | ||||
-rw-r--r-- | print-frag6.c | 3 | ||||
-rw-r--r-- | print-icmp.c | 3 | ||||
-rw-r--r-- | print-icmp6.c | 3 | ||||
-rw-r--r-- | print-ipcomp.c | 3 | ||||
-rw-r--r-- | print-isakmp.c | 3 | ||||
-rw-r--r-- | print-isoclns.c | 3 | ||||
-rw-r--r-- | print-lane.c | 3 | ||||
-rw-r--r-- | print-lcp.c | 3 | ||||
-rw-r--r-- | print-nfs.c | 3 | ||||
-rw-r--r-- | print-ntp.c | 3 | ||||
-rw-r--r-- | print-null.c | 3 | ||||
-rw-r--r-- | print-ppp.c | 3 | ||||
-rw-r--r-- | print-pppoe.c | 3 | ||||
-rw-r--r-- | print-raw.c | 3 | ||||
-rw-r--r-- | print-rt6.c | 3 | ||||
-rw-r--r-- | print-sl.c | 3 | ||||
-rw-r--r-- | print-sunrpc.c | 3 | ||||
-rw-r--r-- | print-token.c | 3 | ||||
-rw-r--r-- | print-vjc.c | 3 | ||||
-rw-r--r-- | smbutil.c | 3 |
32 files changed, 32 insertions, 64 deletions
@@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.8 2000-09-23 08:54:25 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.9 2000-09-28 06:42:55 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -36,7 +36,6 @@ static const char rcsid[] = #include <sys/socket.h> #include <net/route.h> -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-atalk.c b/print-atalk.c index 9bce53fe..586b390a 100644 --- a/print-atalk.c +++ b/print-atalk.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-atalk.c,v 1.57 2000-09-23 08:54:25 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-atalk.c,v 1.58 2000-09-28 06:42:55 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -38,7 +38,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; #endif -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-atm.c b/print-atm.c index e8151f63..6e1a4e0d 100644 --- a/print-atm.c +++ b/print-atm.c @@ -20,7 +20,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-atm.c,v 1.16 2000-09-23 08:54:26 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-atm.c,v 1.17 2000-09-28 06:42:55 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -33,7 +33,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-bootp.c b/print-bootp.c index 51cc395d..adbf015b 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.51 2000-09-23 08:03:33 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.52 2000-09-28 06:42:56 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -35,7 +35,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> diff --git a/print-chdlc.c b/print-chdlc.c index 47c7d8cd..84b7c992 100644 --- a/print-chdlc.c +++ b/print-chdlc.c @@ -22,7 +22,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-chdlc.c,v 1.7 2000-09-23 08:54:26 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-chdlc.c,v 1.8 2000-09-28 06:42:56 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -37,7 +37,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-cip.c b/print-cip.c index 17c0d723..69c1c3e8 100644 --- a/print-cip.c +++ b/print-cip.c @@ -22,7 +22,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.7 2000-09-23 08:54:27 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.8 2000-09-28 06:42:57 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,7 +34,6 @@ static const char rcsid[] = #include <sys/types.h> #include <sys/socket.h> -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-decnet.c b/print-decnet.c index 224d51a1..16d0ee0c 100644 --- a/print-decnet.c +++ b/print-decnet.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-decnet.c,v 1.29 2000-07-01 03:39:01 assar Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-decnet.c,v 1.30 2000-09-28 06:42:57 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,7 +34,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #ifdef HAVE_LIBDNET #include <netdnet/dnetdb.h> diff --git a/print-dhcp6.c b/print-dhcp6.c index 61026739..12fde96d 100644 --- a/print-dhcp6.c +++ b/print-dhcp6.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.10 2000-07-31 02:47:27 itojun Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.11 2000-09-28 06:42:57 guy Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -42,7 +42,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> diff --git a/print-domain.c b/print-domain.c index 219b12c5..8065454c 100644 --- a/print-domain.c +++ b/print-domain.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-domain.c,v 1.50 2000-09-24 07:43:26 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-domain.c,v 1.51 2000-09-28 06:42:58 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,7 +34,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-esp.c b/print-esp.c index f74d84ba..5035746e 100644 --- a/print-esp.c +++ b/print-esp.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.9 2000-09-23 08:54:28 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.10 2000-09-28 06:42:58 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -37,7 +37,6 @@ static const char rcsid[] = #include <sys/socket.h> #include <net/route.h> -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-ether.c b/print-ether.c index a1f03c7f..f3c7ae62 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.54 2000-09-23 08:54:28 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.55 2000-09-28 06:42:59 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -33,7 +33,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-fddi.c b/print-fddi.c index a866cbdb..50358110 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.43 2000-09-23 08:54:28 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-fddi.c,v 1.44 2000-09-28 06:42:59 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -36,7 +36,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-frag6.c b/print-frag6.c index 4e422a69..cc057ba7 100644 --- a/print-frag6.c +++ b/print-frag6.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-frag6.c,v 1.8 2000-09-23 08:54:29 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-frag6.c,v 1.9 2000-09-28 06:42:59 guy Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -35,7 +35,6 @@ static const char rcsid[] = #include <sys/types.h> #include <sys/socket.h> -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-icmp.c b/print-icmp.c index 2e6e4d59..4c1545f6 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.51 2000-09-23 08:54:29 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.52 2000-09-28 06:43:00 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,7 +34,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-icmp6.c b/print-icmp6.c index 5d32dcb9..cdd61618 100644 --- a/print-icmp6.c +++ b/print-icmp6.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.24 2000-09-23 08:54:29 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.25 2000-09-28 06:43:00 guy Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -37,7 +37,6 @@ static const char rcsid[] = #include <sys/types.h> #include <sys/socket.h> -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-ipcomp.c b/print-ipcomp.c index 4994b49f..b185a09c 100644 --- a/print-ipcomp.c +++ b/print-ipcomp.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-ipcomp.c,v 1.7 2000-09-23 08:54:31 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ipcomp.c,v 1.8 2000-09-28 06:43:01 guy Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -35,7 +35,6 @@ static const char rcsid[] = #include <sys/socket.h> #include <net/route.h> -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-isakmp.c b/print-isakmp.c index ffc74152..44ad1b31 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.19 2000-09-24 07:50:35 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-isakmp.c,v 1.20 2000-09-28 06:43:01 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -45,7 +45,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-isoclns.c b/print-isoclns.c index a6a1c866..a1b56781 100644 --- a/print-isoclns.c +++ b/print-isoclns.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.18 2000-09-23 08:03:37 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.19 2000-09-28 06:43:02 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -36,7 +36,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> diff --git a/print-lane.c b/print-lane.c index 5e1dd4e6..0cbab331 100644 --- a/print-lane.c +++ b/print-lane.c @@ -22,7 +22,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-lane.c,v 1.7 2000-09-23 08:54:34 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-lane.c,v 1.8 2000-09-28 06:43:02 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,7 +34,6 @@ static const char rcsid[] = #include <sys/types.h> #include <sys/socket.h> -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-lcp.c b/print-lcp.c index 1d40273a..442067b6 100644 --- a/print-lcp.c +++ b/print-lcp.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = -"@(#) $Header: /tcpdump/master/tcpdump/Attic/print-lcp.c,v 1.7 2000-09-23 08:03:38 guy Exp $ (LBL)"; +"@(#) $Header: /tcpdump/master/tcpdump/Attic/print-lcp.c,v 1.8 2000-09-28 06:43:02 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,7 +34,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> diff --git a/print-nfs.c b/print-nfs.c index 02421b65..ad1cbb32 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.83 2000-09-23 08:54:35 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.84 2000-09-28 06:43:03 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,7 +34,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-ntp.c b/print-ntp.c index 532e37a2..924b7075 100644 --- a/print-ntp.c +++ b/print-ntp.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-ntp.c,v 1.29 2000-09-23 08:03:38 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ntp.c,v 1.30 2000-09-28 06:43:04 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -38,7 +38,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> diff --git a/print-null.c b/print-null.c index cf9d6c49..d4750c43 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.34 2000-09-23 08:54:35 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.35 2000-09-28 06:43:05 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -36,7 +36,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-ppp.c b/print-ppp.c index e66717ec..1a1e6548 100644 --- a/print-ppp.c +++ b/print-ppp.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.48 2000-09-24 08:08:56 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.49 2000-09-28 06:43:05 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -46,7 +46,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-pppoe.c b/print-pppoe.c index cbdf8953..40b2f4c8 100644 --- a/print-pppoe.c +++ b/print-pppoe.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = -"@(#) $Header: /tcpdump/master/tcpdump/print-pppoe.c,v 1.8 2000-09-24 07:46:05 guy Exp $ (LBL)"; +"@(#) $Header: /tcpdump/master/tcpdump/print-pppoe.c,v 1.9 2000-09-28 06:43:06 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,7 +34,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> diff --git a/print-raw.c b/print-raw.c index 576d64bd..20dbc239 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.30 2000-09-23 08:54:37 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.31 2000-09-28 06:43:06 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -36,7 +36,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-rt6.c b/print-rt6.c index 1df6aaaa..b4e2525d 100644 --- a/print-rt6.c +++ b/print-rt6.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-rt6.c,v 1.12 2000-09-23 08:54:38 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-rt6.c,v 1.13 2000-09-28 06:43:07 guy Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -35,7 +35,6 @@ static const char rcsid[] = #include <sys/types.h> #include <sys/socket.h> -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-sl.c,v 1.50 2000-09-23 08:54:40 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-sl.c,v 1.51 2000-09-28 06:43:08 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -39,7 +39,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-sunrpc.c b/print-sunrpc.c index 7bb19223..c6c05830 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.35 2000-09-23 08:54:41 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.36 2000-09-28 06:43:08 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,7 +34,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-token.c b/print-token.c index d8716410..d634c673 100644 --- a/print-token.c +++ b/print-token.c @@ -25,7 +25,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-token.c,v 1.4 2000-09-23 08:54:42 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-token.c,v 1.5 2000-09-28 06:43:08 guy Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -38,7 +38,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> diff --git a/print-vjc.c b/print-vjc.c index fe2f4e37..70b5e494 100644 --- a/print-vjc.c +++ b/print-vjc.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-vjc.c,v 1.6 2000-09-23 08:54:43 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-vjc.c,v 1.7 2000-09-28 06:43:09 guy Exp $ (LBL)"; #endif #include <sys/param.h> @@ -38,7 +38,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> #include <netinet/in_systm.h> @@ -11,7 +11,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/smbutil.c,v 1.10 2000-09-23 08:03:42 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/smbutil.c,v 1.11 2000-09-28 06:43:09 guy Exp $"; #endif #include <sys/param.h> @@ -19,7 +19,6 @@ static const char rcsid[] = #include <sys/types.h> #include <sys/socket.h> -#include <net/if.h> #include <netinet/in.h> |