summaryrefslogtreecommitdiff
path: root/security/isakmpd/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'security/isakmpd/patches/patch-af')
-rw-r--r--security/isakmpd/patches/patch-af11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/isakmpd/patches/patch-af b/security/isakmpd/patches/patch-af
deleted file mode 100644
index 415705b3bf8..00000000000
--- a/security/isakmpd/patches/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-af,v 1.1 2003/02/08 17:06:26 dmcmahill Exp $
-
---- conf.c.orig Mon Nov 18 06:58:04 2002
-+++ conf.c Sat Feb 8 11:39:43 2003
-@@ -254,5 +254,5 @@
- if (!section)
- {
-- log_print ("conf_parse_line: %d: malloc (%d) failed", ln, i);
-+ log_print ("conf_parse_line: %d: malloc (%ld) failed", ln, (long) i);
- return;
- }