freebsd-ports/net/libunp/files/patch-libfree:inet_ntop.c

12 lines
231 B
C
Raw Normal View History

--- 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: