]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rx.c
Makefile.in: 'distclean' target: add files and directories to remove
[tcpdump] / print-rx.c
index 72c4822b8e18394f1cf482dbd234ab4552852b27..8a607652721d74702bab533ce58f0dae787f50eb 100644 (file)
@@ -446,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 }
 };