X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/dbddfda2c806a98b1fc8fd86cc3c34a4f9915d70..6ec714988caac3bf9fedc766ae51a2248896ec80:/rpc_auth.h diff --git a/rpc_auth.h b/rpc_auth.h index 3cc9b30c..3385ab9d 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 { - uint32_t oa_flavor; /* flavor of auth */ - uint32_t oa_len; /* length of opaque body */ + nd_uint32_t oa_flavor; /* flavor of auth */ + nd_uint32_t oa_len; /* length of opaque body */ /* zero or more bytes of body */ };