summaryrefslogtreecommitdiff
path: root/misc/siag/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-08 21:37:26 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-08 21:37:26 +0000
commit298c002e6ccde0593c3841c0f4c93f0d7f42e79a (patch)
tree40241f76094ca6788b22d3f8db6294f9466c3617 /misc/siag/patches
parent5157f1d861143f0d6b00817fed3491b30cf725ff (diff)
downloadpkgsrc-298c002e6ccde0593c3841c0f4c93f0d7f42e79a.tar.gz
Really don't use malloc.h.
Diffstat (limited to 'misc/siag/patches')
-rw-r--r--misc/siag/patches/patch-aj12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/siag/patches/patch-aj b/misc/siag/patches/patch-aj
new file mode 100644
index 00000000000..3ffc9fc8b70
--- /dev/null
+++ b/misc/siag/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.3 2007/08/08 21:37:26 joerg Exp $
+
+--- stocks/currency.c.orig 2007-08-08 21:14:02.000000000 +0000
++++ stocks/currency.c
+@@ -23,7 +23,6 @@
+
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
+ #include <stdlib.h>
+
+ #include "stocks.h"