summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-03-07 13:19:40 +0000
committernectar <nectar@FreeBSD.org>2003-03-07 13:19:40 +0000
commit2bf537b7eaa766e4d58ead04de1773788828a25f (patch)
treeb09e29a03b14355f7046de18ce26d9ada942d948 /lib/libc/rpc
parent94f756ddd5d9eaeb20ad3c3021cac16ea6f0cb4d (diff)
downloadFreeBSD-src-2bf537b7eaa766e4d58ead04de1773788828a25f.zip
FreeBSD-src-2bf537b7eaa766e4d58ead04de1773788828a25f.tar.gz
Clean up some signed/unsigned issues in the XDR code.
Obtained from: OpenBSD
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/rpc.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3
index c6490d1..d1c19a4 100644
--- a/lib/libc/rpc/rpc.3
+++ b/lib/libc/rpc/rpc.3
@@ -280,7 +280,7 @@ typedef struct {
caddr_t x_public; /* users' data */
caddr_t x_private; /* pointer to private data */
caddr_t x_base; /* private used for position info */
- int x_handy; /* extra private word */
+ u_int x_handy; /* extra private word */
} XDR;
/*
OpenPOWER on IntegriCloud