X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/536f5125835b031330f472aebed8241a1718b018..4890d02f2cbdfd68f0dfb8ce7123fb61b4a591d4:/print-vjc.c diff --git a/print-vjc.c b/print-vjc.c index fe2f4e37..6936e531 100644 --- a/print-vjc.c +++ b/print-vjc.c @@ -23,44 +23,27 @@ #include "config.h" #endif -#if defined(__bsdi__) - #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.9 2000-10-09 01:53:21 guy Exp $ (LBL)"; #endif #include #include -#include -#include -#include - -struct mbuf; -struct rtentry; -#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) { @@ -97,4 +80,3 @@ vjc_print(register const char *bp, register u_int length, u_short proto) return -1; } } -#endif /* defined(__bsdi__) || defined(__NetBSD__) */