summaryrefslogtreecommitdiff
path: root/misc/siag/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-08 21:31:26 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-08 21:31:26 +0000
commit5157f1d861143f0d6b00817fed3491b30cf725ff (patch)
treedb06f2c195b048d935211f681201e4f37d2dcff3 /misc/siag/patches
parentc12a67b269ac2ba5b90f2e178027d08346fd64bf (diff)
downloadpkgsrc-5157f1d861143f0d6b00817fed3491b30cf725ff.tar.gz
Don't use malloc.h.
Diffstat (limited to 'misc/siag/patches')
-rw-r--r--misc/siag/patches/patch-ah13
-rw-r--r--misc/siag/patches/patch-ai12
2 files changed, 25 insertions, 0 deletions
diff --git a/misc/siag/patches/patch-ah b/misc/siag/patches/patch-ah
new file mode 100644
index 00000000000..ccd422b47b1
--- /dev/null
+++ b/misc/siag/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.3 2007/08/08 21:36:16 joerg Exp $
+
+--- stocks/lists.c.orig 2007-08-08 20:59:36.000000000 +0000
++++ stocks/lists.c
+@@ -20,7 +20,7 @@
+
+ #define __LISTS_C__
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+
diff --git a/misc/siag/patches/patch-ai b/misc/siag/patches/patch-ai
new file mode 100644
index 00000000000..30cde3f57a7
--- /dev/null
+++ b/misc/siag/patches/patch-ai
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.3 2007/08/08 21:36:16 joerg Exp $
+
+--- stocks/stocks.c.orig 2007-08-08 21:00:20.000000000 +0000
++++ stocks/stocks.c
+@@ -22,7 +22,6 @@
+
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
+ #include <stdlib.h>
+
+ #ifdef __WINDOWS__