summaryrefslogtreecommitdiff
path: root/security/isakmpd
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-10-04 16:36:58 +0000
committeritojun <itojun@pkgsrc.org>2000-10-04 16:36:58 +0000
commit2de4d4425f7888a72e49a8279314a1331860f111 (patch)
treeb1445d2f8766debd3df80542c550cf18a8d34300 /security/isakmpd
parent36ec1cc650a84e9033b62a753e913a4f6d5230f0 (diff)
downloadpkgsrc-2de4d4425f7888a72e49a8279314a1331860f111.tar.gz
make it buildable on alpha (need string.h)
Diffstat (limited to 'security/isakmpd')
-rw-r--r--security/isakmpd/patches/patch-ad7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/isakmpd/patches/patch-ad b/security/isakmpd/patches/patch-ad
new file mode 100644
index 00000000000..5a6410c6498
--- /dev/null
+++ b/security/isakmpd/patches/patch-ad
@@ -0,0 +1,7 @@
+$NetBSD: patch-ad,v 1.1 2000/10/04 16:36:58 itojun Exp $
+--- util.c- Thu Oct 5 01:35:18 2000
++++ util.c Thu Oct 5 01:35:26 2000
+@@ -37,2 +37,3 @@
+ #include <stdlib.h>
++#include <string.h>
+