summaryrefslogtreecommitdiff
path: root/print/lgrind/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-08 19:48:13 +0000
committerjoerg <joerg>2007-08-08 19:48:13 +0000
commitd85d2af8403471fbb4c25ddf33b6e11cea816d2a (patch)
tree2e70c4ea63d2cf238aaf87b9691495c71fc5aa57 /print/lgrind/patches
parent1bcd459cc9d34d5372ece7273fb5e5ab5b47ada8 (diff)
downloadpkgsrc-d85d2af8403471fbb4c25ddf33b6e11cea816d2a.tar.gz
Don't use malloc.h.
Diffstat (limited to 'print/lgrind/patches')
-rw-r--r--print/lgrind/patches/patch-ae12
-rw-r--r--print/lgrind/patches/patch-af13
2 files changed, 25 insertions, 0 deletions
diff --git a/print/lgrind/patches/patch-ae b/print/lgrind/patches/patch-ae
new file mode 100644
index 00000000000..ecb3ded2743
--- /dev/null
+++ b/print/lgrind/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2007/08/08 19:50:55 joerg Exp $
+
+--- lgrind.c.orig 2007-08-08 19:31:25.000000000 +0000
++++ lgrind.c
+@@ -70,7 +70,6 @@ static char Version[] =
+ #include <stdlib.h>
+ #include <ctype.h>
+ #include <string.h>
+-#include <malloc.h>
+ /* One of the following two (depending on your system) */
+ #include <unistd.h>
+ /* #include <io.h> */
diff --git a/print/lgrind/patches/patch-af b/print/lgrind/patches/patch-af
new file mode 100644
index 00000000000..c901493ec9f
--- /dev/null
+++ b/print/lgrind/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2007/08/08 19:50:55 joerg Exp $
+
+--- regexp.c.orig 2007-08-08 19:31:27.000000000 +0000
++++ regexp.c
+@@ -23,7 +23,7 @@ static char Version[] =
+
+
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <ctype.h>
+ #include <string.h>
+ #include "regexp.h"