summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-12-03 18:45:12 +0000
committerngie <ngie@FreeBSD.org>2016-12-03 18:45:12 +0000
commit341fdfe4c4cddf03578bfb9a4fb1f4dc6557c8df (patch)
tree5a162d954dccf9753288d3e2602b4bf6e3a504e5 /lib/libc/rpc
parent5a731ab9ffbe33788aad636e2f8704e18e5bd254 (diff)
downloadFreeBSD-src-341fdfe4c4cddf03578bfb9a4fb1f4dc6557c8df.zip
FreeBSD-src-341fdfe4c4cddf03578bfb9a4fb1f4dc6557c8df.tar.gz
MFC r287353:
r287353 (by rodrigc): Use unsigned variable. Eliminates gcc 4.9 compiler warning.
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/clnt_bcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_bcast.c b/lib/libc/rpc/clnt_bcast.c
index ca57e0c..d98bd4e 100644
--- a/lib/libc/rpc/clnt_bcast.c
+++ b/lib/libc/rpc/clnt_bcast.c
@@ -256,7 +256,7 @@ rpc_broadcast_exp(rpcprog_t prog, rpcvers_t vers, rpcproc_t proc,
int inlen;
u_int maxbufsize = 0;
AUTH *sys_auth = authunix_create_default();
- int i;
+ u_int i;
void *handle;
char uaddress[1024]; /* A self imposed limit */
char *uaddrp = uaddress;
OpenPOWER on IntegriCloud