X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e89409254248af64db721ede4babbe9fd1753f6c..64e81f2917f6865dff8df96e18cec1b8bf2fa836:/print-raw.c diff --git a/print-raw.c b/print-raw.c index c335bb5c..7502394a 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.28 2000-09-23 08:03:40 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.33 2000-10-06 04:23:13 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,17 +34,7 @@ static const char rcsid[] = #include #include -struct mbuf; -struct rtentry; -#include - #include -#include -#include -#include -#include -#include -#include #include #include @@ -53,10 +43,6 @@ struct rtentry; #include "addrtoname.h" #include "interface.h" -#ifndef AF_NS -#define AF_NS 6 /* XEROX NS protocols */ -#endif - /* * The DLT_RAW packet has no header. It contains a raw IP packet. */