X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fe3253b9b8fad9e75f863157eba0780418182f17..refs/pull/433/head:/rpc_auth.h diff --git a/rpc_auth.h b/rpc_auth.h index ef921b09..3cc9b30c 100644 --- a/rpc_auth.h +++ b/rpc_auth.h @@ -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 */ };