From 78e3eed07184d423cdabe6a8baae3edcd47c3dc5 Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder 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/comsat/comsat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/comsat') diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index 1221566c77367..ed14b1a2d2bc6 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -88,8 +88,8 @@ int main(int argc, char *argv[]) { struct sockaddr_in from; + socklen_t fromlen; int cc; - int fromlen; char msgbuf[256]; /* verify proper invocation */ -- cgit v1.3