diff options
author | kleink <kleink@pkgsrc.org> | 2003-10-13 19:17:52 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2003-10-13 19:17:52 +0000 |
commit | f870e05a263666847bdaf25396286f5e42e3e0f2 (patch) | |
tree | 508f6bb1f5a348355cd40d5b879e740922524bd8 /security/isakmpd | |
parent | 4d271b33970d55206bc0554066a084bf4aed9dae (diff) | |
download | pkgsrc-f870e05a263666847bdaf25396286f5e42e3e0f2.tar.gz |
Obsoleted in 20030903 (and also distinfo-orphaned); this is now fixed
correctly in the stock distribution.
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/patches/patch-af | 11 |
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; - } |