diff options
Diffstat (limited to 'security/isakmpd/files/patch-conf.c')
-rw-r--r-- | security/isakmpd/files/patch-conf.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/security/isakmpd/files/patch-conf.c b/security/isakmpd/files/patch-conf.c deleted file mode 100644 index 519308708fdb..000000000000 --- a/security/isakmpd/files/patch-conf.c +++ /dev/null @@ -1,9 +0,0 @@ ---- 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; - } |