summaryrefslogtreecommitdiff
path: root/sunrpc/xdr.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-03 21:07:41 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-03 21:07:41 +0000
commitbdd5fccdeed418f2f79e25aa04a0b06171300c49 (patch)
treebe9d8fe4ea6a1e32f4afd0ac7dc62cb097790a50 /sunrpc/xdr.c
parent2f1afc880bee4e2f9ebba5eefb45e51c29eaf7ee (diff)
Update.
2000-03-03 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality call.
Diffstat (limited to 'sunrpc/xdr.c')
-rw-r--r--sunrpc/xdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/xdr.c b/sunrpc/xdr.c
index 6f1aed742f..0cb5f25332 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)
{