]> The Tcpdump Group git mirrors - tcpdump/blobdiff - rpc_auth.h
Don't print timestamps to a buffer and then print the buffer.
[tcpdump] / rpc_auth.h
index ef921b09154226d5e57539daa8cd8adfeefb407e..3385ab9d42ec29b65b1cce9bca11e5a4eb552459 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 */
+       nd_uint32_t oa_flavor;          /* flavor of auth */
+       nd_uint32_t oa_len;             /* length of opaque body */
        /* zero or more bytes of body */
 };