summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rwalld/rwalld.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rpc.rwalld/rwalld.c')
-rw-r--r--libexec/rpc.rwalld/rwalld.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rpc.rwalld/rwalld.c b/libexec/rpc.rwalld/rwalld.c
index 2984717..6bfe537 100644
--- a/libexec/rpc.rwalld/rwalld.c
+++ b/libexec/rpc.rwalld/rwalld.c
@@ -65,7 +65,8 @@ int
main(int argc, char *argv[])
{
SVCXPRT *transp;
- int ok, salen;
+ socklen_t salen;
+ int ok;
struct sockaddr_storage sa;
if (argc == 2 && !strcmp(argv[1], "-n"))
OpenPOWER on IntegriCloud