From 6a2ca9983832e696a528812517eb2666e453c861 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 3 Mar 2000 20:56:02 +0000 Subject: [PATCH] (xdr_hyper): Correctly handle lower half of llp. --- sunrpc/xdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunrpc/xdr.c b/sunrpc/xdr.c index 6f1aed742f6..0cb5f253323 100644 --- a/sunrpc/xdr.c +++ b/sunrpc/xdr.c @@ -200,7 +200,7 @@ bool_t xdr_hyper (XDR *xdrs, quad_t *llp) { long t1; - long t2; + unsigned long int t2; if (xdrs->x_op == XDR_ENCODE) { -- 2.47.2