freebsd-ports/net/libunp/files/patch-libfree:inet_ntop.c
Kirill Ponomarev 26a95778a0 - Fix build on AMD64
PR:		ports/63201
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2004-02-22 08:55:02 +00:00

11 lines
231 B
C

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