summaryrefslogtreecommitdiff
path: root/net/httping/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/httping/patches/patch-ac')
-rw-r--r--net/httping/patches/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/httping/patches/patch-ac b/net/httping/patches/patch-ac
new file mode 100644
index 00000000000..e720eec2f70
--- /dev/null
+++ b/net/httping/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2007/09/18 20:30:01 adrianp Exp $
+
+--- str.h.orig 2007-07-26 09:00:31.000000000 +0100
++++ str.h
+@@ -15,6 +15,6 @@
+
+ #include <string.h>
+
+-#ifndef strndup
++#ifndef HAVE_STRNDUP
+ char *strndup(char *in, int size);
+ #endif