summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-libfree:inet_ntop.c
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
commit1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch)
tree48e47bf661e0e5d6ed9c060e8aea683b30d4540f /net/libunp/files/patch-libfree:inet_ntop.c
parent- Update to 1.7.1 (diff)
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r--net/libunp/files/patch-libfree:inet_ntop.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/libunp/files/patch-libfree:inet_ntop.c b/net/libunp/files/patch-libfree:inet_ntop.c
deleted file mode 100644
index d65c3b8b3cfa..000000000000
--- a/net/libunp/files/patch-libfree:inet_ntop.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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: