summaryrefslogtreecommitdiff
path: root/security/isakmpd/patches
diff options
context:
space:
mode:
authorkleink <kleink>2003-10-13 19:17:52 +0000
committerkleink <kleink>2003-10-13 19:17:52 +0000
commit3ec111f3057d6d0d76ffa6d48c1a0e8715bb797d (patch)
tree508f6bb1f5a348355cd40d5b879e740922524bd8 /security/isakmpd/patches
parentc3198d73f882b3071c21c0f5df052f086d019738 (diff)
downloadpkgsrc-3ec111f3057d6d0d76ffa6d48c1a0e8715bb797d.tar.gz
Obsoleted in 20030903 (and also distinfo-orphaned); this is now fixed
correctly in the stock distribution.
Diffstat (limited to 'security/isakmpd/patches')
-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;
- }