]> The Tcpdump Group git mirrors - tcpdump/blobdiff - rpc_auth.h
Don't do IPv6 stuff if INET6 isn't defined.
[tcpdump] / rpc_auth.h
index ef921b09154226d5e57539daa8cd8adfeefb407e..3cc9b30c7bb5bb1a211b41ac417384c159213ca5 100644 (file)
@@ -65,8 +65,8 @@ enum sunrpc_auth_stat {
  * Authentication info.  Opaque to client.
  */
 struct sunrpc_opaque_auth {
-       u_int32_t oa_flavor;            /* flavor of auth */
-       u_int32_t oa_len;               /* length of opaque body */
+       uint32_t oa_flavor;             /* flavor of auth */
+       uint32_t oa_len;                /* length of opaque body */
        /* zero or more bytes of body */
 };