X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e89409254248af64db721ede4babbe9fd1753f6c..58b04f7f360c33a8058d0b9a2d1314e34dff8403:/print-vjc.c?ds=inline diff --git a/print-vjc.c b/print-vjc.c index 817e4f0f..52c083ba 100644 --- a/print-vjc.c +++ b/print-vjc.c @@ -23,47 +23,24 @@ #include "config.h" #endif -#if defined(__bsdi__) - #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-vjc.c,v 1.5 2000-09-23 08:03:41 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-vjc.c,v 1.11 2002-09-05 21:25:51 guy Exp $ (LBL)"; #endif -#include -#include -#include -#include -#include - -struct mbuf; -struct rtentry; -#include +#include -#include -#include -#include - -#include -#include #include #include -#if defined(__NetBSD__) -#include -#include -#endif - -#if defined(__bsdi__) || defined(__NetBSD__) -#include -#include -#endif - #include "interface.h" #include "addrtoname.h" +#include "slcompress.h" +#include "ppp.h" + int -vjc_print(register const char *bp, register u_int length, u_short proto) +vjc_print(register const char *bp, u_short proto) { int i; @@ -98,4 +75,3 @@ vjc_print(register const char *bp, register u_int length, u_short proto) return -1; } } -#endif /* defined(__bsdi__) || defined(__NetBSD__) */