]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Attempt to squelch a warning from the SGI C compiler.
authorguy <guy>
Wed, 20 Apr 2005 21:52:31 +0000 (21:52 +0000)
committerguy <guy>
Wed, 20 Apr 2005 21:52:31 +0000 (21:52 +0000)
print-nfs.c

index 46ee354615569719855d202194e2b90d10fd6a00..d74f43ffbce48c53f0c6c0cbf80f167831f47ee1 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.106 2005-01-05 08:16:45 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.106.2.1 2005-04-20 21:52:31 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -961,7 +961,7 @@ parserep(register const struct sunrpc_msg *rp, register u_int length)
        /*
         * now we can check the ar_stat field
         */
-       astat = EXTRACT_32BITS(dp);
+       astat = (enum sunrpc_accept_stat) EXTRACT_32BITS(dp);
        switch (astat) {
 
        case SUNRPC_SUCCESS: