summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-libfree_inet__ntop.c
blob: 8715366f61bec42e663880a6754250ce0381f024 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libfree/inet_ntop.c.orig	1997-04-13 22:23:41 UTC
+++ libfree/inet_ntop.c
@@ -57,7 +57,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: