X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/03c3587323e8b9bc7ca83716eb11b84eb46a2af2..b5766c04d26abdf5b5ee99c8147d67b5ef20a364:/print-bootp.c diff --git a/print-bootp.c b/print-bootp.c index 0d780df7..11b37557 100644 --- a/print-bootp.c +++ b/print-bootp.c @@ -22,21 +22,14 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.61 2002-04-26 04:59:08 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.64 2002-08-01 08:53:02 risso Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include -#include -#include - -struct mbuf; -struct rtentry; - -#include +#include #include #include @@ -583,7 +576,7 @@ rfc1048_print(register const u_char *bp) size--; if (type == 0) { putchar('"'); - (void)fn_printn(bp, size, NULL); + (void)fn_printn(bp, size, NULL); putchar('"'); break; } else {