X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/46f6e51d596cb47c718baa3959c2e9bb28c5e0c1..f685a42c3dde025ae99b507f643332f1a4918e8e:/print-vjc.c diff --git a/print-vjc.c b/print-vjc.c index d307d900..6936e531 100644 --- a/print-vjc.c +++ b/print-vjc.c @@ -23,21 +23,13 @@ #include "config.h" #endif -#if defined(__bsdi__) - #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-vjc.c,v 1.8 2000-09-29 04:58:52 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-vjc.c,v 1.9 2000-10-09 01:53:21 guy Exp $ (LBL)"; #endif #include #include -#include -#include -#include - -struct mbuf; -struct rtentry; #include @@ -46,19 +38,12 @@ struct rtentry; #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) { @@ -95,4 +80,3 @@ vjc_print(register const char *bp, register u_int length, u_short proto) return -1; } } -#endif /* defined(__bsdi__) || defined(__NetBSD__) */