summaryrefslogtreecommitdiffstats
path: root/network/httping/patches/str.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'network/httping/patches/str.h.patch')
-rw-r--r--network/httping/patches/str.h.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/network/httping/patches/str.h.patch b/network/httping/patches/str.h.patch
new file mode 100644
index 0000000000..e7339959c9
--- /dev/null
+++ b/network/httping/patches/str.h.patch
@@ -0,0 +1,9 @@
+--- httping-1.4.1/str.h 2010-01-10 15:35:22.000000000 -0500
++++ str.h 2010-07-08 00:20:04.633607710 -0400
+@@ -16,5 +16,5 @@
+ #include <string.h>
+
+ #ifndef _GNU_SOURCE
+-char *strndup(char *in, int size);
++//char *strndup(char *in, int size);
+ #endif