summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rquotad/rquotad.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rpc.rquotad/rquotad.c')
-rw-r--r--libexec/rpc.rquotad/rquotad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c
index 653ea15..6ca4c74 100644
--- a/libexec/rpc.rquotad/rquotad.c
+++ b/libexec/rpc.rquotad/rquotad.c
@@ -69,7 +69,7 @@ main(int argc, char *argv[])
SVCXPRT *transp;
int ok;
struct sockaddr_storage from;
- int fromlen;
+ socklen_t fromlen;
fromlen = sizeof(from);
if (getsockname(0, (struct sockaddr *)&from, &fromlen) < 0) {
OpenPOWER on IntegriCloud