summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-libfree:inet_ntop.c
blob: d65c3b8b3cfab2083ae910b69407f292b673cf68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libfree/inet_ntop.c.orig	Sat Feb 21 21:25:08 2004
+++ libfree/inet_ntop.c	Sat Feb 21 21:25:21 2004
@@ -57,7 +57,7 @@
 	int af;
 	const void *src;
 	char *dst;
-	size_t size;
+	socklen_t size;
 {
 	switch (af) {
 	case AF_INET: