summaryrefslogtreecommitdiffstats
path: root/include/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 /include/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 'include/rpc')
-rw-r--r--include/rpc/xdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h
index f389bcd..db29cc3 100644
--- a/include/rpc/xdr.h
+++ b/include/rpc/xdr.h
@@ -121,7 +121,7 @@ typedef struct __rpc_xdr {
char * x_public; /* users' data */
void * x_private; /* pointer to private data */
char * x_base; /* private used for position info */
- int x_handy; /* extra private word */
+ u_int x_handy; /* extra private word */
} XDR;
/*
OpenPOWER on IntegriCloud