diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/xdr_rec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/xdr_rec.c b/sunrpc/xdr_rec.c index 7d5611961a..3544edc2e8 100644 --- a/sunrpc/xdr_rec.c +++ b/sunrpc/xdr_rec.c @@ -598,7 +598,7 @@ static bool_t /* next two bytes of the input stream are treated as a header */ internal_function set_input_fragment (RECSTREAM *rstrm) { - u_long header; + uint32_t header; if (! get_input_bytes (rstrm, (caddr_t)&header, BYTES_PER_XDR_UNIT)) return FALSE; |