diff options
Diffstat (limited to 'print-vjc.c')
| -rw-r--r-- | print-vjc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print-vjc.c b/print-vjc.c index 1b6c6a42..2dc89aa5 100644 --- a/print-vjc.c +++ b/print-vjc.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-vjc.c,v 1.14 2003-11-19 01:09:48 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-vjc.c,v 1.15 2004-03-25 03:31:17 mcr Exp $ (LBL)"; #endif #include <tcpdump-stdinc.h> @@ -82,7 +82,7 @@ static const char rcsid[] _U_ = * unused argument remind us that we should fix this some day. */ int -vjc_print(register const char *bp, u_short proto) +vjc_print(register const char *bp, u_short proto _U_) { int i; |
