X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/27d428c0a126e9ca6518b16f011cacc1caab1f2c..39d15607cad1b4b463794c1a67873f6182dc52f7:/print-rx.c diff --git a/print-rx.c b/print-rx.c index 1aaccdaf..8a607652 100644 --- a/print-rx.c +++ b/print-rx.c @@ -32,11 +32,6 @@ * Ken Hornstein */ -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.42 2008-07-01 07:44:50 guy Exp $"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -451,7 +446,7 @@ static const struct tok afs_fs_errors[] = { { 110, "volume busy" }, { 111, "volume moved" }, { 112, "AFS IO error" }, - { -100, "restarting fileserver" }, + { 0xffffff9c, "restarting fileserver" }, /* -100, sic! */ { 0, NULL } }; @@ -2339,7 +2334,7 @@ vol_reply_print(register const u_char *bp, int length, int32_t opcode) printf(" "); } break; - + default: ;