ports/net/libunp/files/patch-libfree_inet__ntop.c
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

11 lines
235 B
C

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