From 216c13860de8da0f9f2a7e5f9ac9c4cfcda7ba68 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 6 Feb 2001 07:09:01 +0000 Subject: Update. 2001-02-05 Ulrich Drepper * sunrpc/xdr_rec.c (set_input_fragment): Change type of header variable to uint32_t. Reported by Ulrich Weigand . --- sunrpc/xdr_rec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sunrpc') diff --git a/sunrpc/xdr_rec.c b/sunrpc/xdr_rec.c index 7d56119..3544edc 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; -- cgit v1.1