From 720138bbdef2c8fb69971f16e9834bdd44dca316 Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Thu, 10 Mar 2005 00:57:01 +0000 Subject: Use socklen_t where appropriate. Approved by: alfred --- lib/libc/rpc/rtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/rpc/rtime.c') diff --git a/lib/libc/rpc/rtime.c b/lib/libc/rpc/rtime.c index 62538404c0ee..39ac19ba4a1f 100644 --- a/lib/libc/rpc/rtime.c +++ b/lib/libc/rpc/rtime.c @@ -78,7 +78,7 @@ rtime(addrp, timep, timeout) int res; unsigned long thetime; struct sockaddr_in from; - int fromlen; + socklen_t fromlen; int type; struct servent *serv; -- cgit v1.2.3