From 1a8a092d9fefcbd7f960c82c59802c61807867a6 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 17 Jun 2016 23:28:04 +0000 Subject: Rename all files containing a : in their filename. While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight --- net/libunp/files/patch-libfree_inet__ntop.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/libunp/files/patch-libfree_inet__ntop.c (limited to 'net/libunp/files/patch-libfree_inet__ntop.c') diff --git a/net/libunp/files/patch-libfree_inet__ntop.c b/net/libunp/files/patch-libfree_inet__ntop.c new file mode 100644 index 000000000000..8715366f61be --- /dev/null +++ b/net/libunp/files/patch-libfree_inet__ntop.c @@ -0,0 +1,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: -- cgit v1.2.3