From dc52a36cadc2279f9cc104b921ef8f3b3ad9531a Mon Sep 17 00:00:00 2001 From: David McCullough Date: Thu, 4 Oct 2001 03:44:35 +0000 Subject: With all the headerfile changes, some functions didn't get there arg types fixed up. --- libc/inet/ntop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/ntop.c') diff --git a/libc/inet/ntop.c b/libc/inet/ntop.c index 521c1de63..32f88e20c 100644 --- a/libc/inet/ntop.c +++ b/libc/inet/ntop.c @@ -360,7 +360,7 @@ inet_ntop(af, src, dst, size) int af; const void *src; char *dst; - size_t size; + socklen_t size; { switch (af) { case AF_INET: -- cgit v1.2.3