From: itojun Date: Sat, 7 Oct 2000 05:46:21 +0000 (+0000) Subject: no need to include ip6.h X-Git-Tag: tcpdump-3.5.1~111 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/e7eb00b756767f7d51daeaf3c4730715fcc998c1 no need to include ip6.h --- diff --git a/print-ether.c b/print-ether.c index 0b2023c8..d75a64d2 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.56 2000-09-29 04:58:38 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.57 2000-10-07 05:46:21 itojun Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -39,10 +39,6 @@ struct rtentry; #include #include -#ifdef INET6 -#include -#endif - #include "interface.h" #include "addrtoname.h" #include "ethertype.h" diff --git a/print-ipcomp.c b/print-ipcomp.c index 1e8936ff..56172ea1 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.11 2000-10-06 04:23:12 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ipcomp.c,v 1.12 2000-10-07 05:46:21 itojun Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -38,10 +38,6 @@ static const char rcsid[] = #include -#ifdef INET6 -#include -#endif - struct ipcomp { u_int8_t comp_nxt; /* Next Header */ u_int8_t comp_flags; /* Length of data, in 32bit */ diff --git a/print-ripng.c b/print-ripng.c index c5147911..88be027d 100644 --- a/print-ripng.c +++ b/print-ripng.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-ripng.c,v 1.6 2000-09-29 04:58:47 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ripng.c,v 1.7 2000-10-07 05:46:21 itojun Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -40,8 +40,6 @@ static const char rcsid[] = #include #include -#include - #include "route6d.h" #include "interface.h" #include "addrtoname.h"