From 03a2de3818d3547af96f80c072688c6fdd6c6fe1 Mon Sep 17 00:00:00 2001 From: stefanf Date: Mon, 14 Feb 2005 17:42:58 +0000 Subject: Fix most cases where the address of an int is passed to a function expecting a socklen_t * argument. --- libexec/rexecd/rexecd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/rexecd') diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index 4d678eb..0a6e4dd 100644 --- a/libexec/rexecd/rexecd.c +++ b/libexec/rexecd/rexecd.c @@ -99,7 +99,7 @@ int main(int argc, char *argv[]) { struct sockaddr_storage from; - int fromlen; + socklen_t fromlen; int ch; openlog("rexecd", LOG_PID, LOG_AUTH); -- cgit v1.1