diff options
Diffstat (limited to 'sunrpc/pmap_rmt.c')
-rw-r--r-- | sunrpc/pmap_rmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/pmap_rmt.c b/sunrpc/pmap_rmt.c index 9115491028..ec0b84eeb5 100644 --- a/sunrpc/pmap_rmt.c +++ b/sunrpc/pmap_rmt.c @@ -237,7 +237,7 @@ clnt_broadcast (prog, vers, proc, xargs, argsp, xresults, resultsp, eachresult) XDR xdr_stream; XDR *xdrs = &xdr_stream; int outlen, inlen, nets; - size_t fromlen; + socklen_t fromlen; int sock; int on = 1; #ifdef FD_SETSIZE |