X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0c39e2bdaa826299e1e7b9ecd9d28f4bc63f875d..8f94d68a09e1103353cc7d1133d6dfdf7d5a920d:/print-decnet.c?ds=sidebyside diff --git a/print-decnet.c b/print-decnet.c index 8ae06c3c..da5a0ca1 100644 --- a/print-decnet.c +++ b/print-decnet.c @@ -21,16 +21,14 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-decnet.c,v 1.34 2002-04-07 02:09:05 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-decnet.c,v 1.36 2002-09-05 21:25:39 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include -#include -#include +#include struct mbuf; struct rtentry; @@ -39,11 +37,9 @@ struct rtentry; #include #endif -#include #include #include #include -#include #include "decnet.h" #include "extract.h" @@ -344,13 +340,13 @@ print_i_info(int info) } static void -print_elist(const char *elp, u_int len) +print_elist(const char *elp _U_, u_int len _U_) { /* Not enough examples available for me to debug this */ } static void -print_nsp(const u_char *nspp, u_int nsplen) +print_nsp(const u_char *nspp, u_int nsplen _U_) { const struct nsphdr *nsphp = (struct nsphdr *)nspp; int dst, src, flags;