Use unsigned variable.
Eliminates gcc 4.9 compiler warning.
This commit is contained in:
parent
10d5269ff9
commit
5dfef00190
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user