From cc00887f9b65d88ba65f56e85d24e4f95b061543 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Tue, 1 Sep 2015 09:22:24 +0000 Subject: Use unsigned variable. Eliminates gcc 4.9 compiler warning. --- lib/libc/rpc/clnt_bcast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/rpc/clnt_bcast.c b/lib/libc/rpc/clnt_bcast.c index 6ee1f90..63d3bec 100644 --- a/lib/libc/rpc/clnt_bcast.c +++ b/lib/libc/rpc/clnt_bcast.c @@ -251,7 +251,7 @@ rpc_broadcast_exp(prog, vers, proc, xargs, argsp, xresults, resultsp, 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; -- cgit v1.1