diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-08 21:43:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-08 21:43:35 +0000 |
commit | ed44b8fd112af565e07acd32624fa7ae579920f0 (patch) | |
tree | 69946ec054114e0c6e319373f499aa489cf2c0a6 /lang | |
parent | fd434a8f8d1390e7da0fbdcc45838e5ec01934ac (diff) | |
download | pkgsrc-ed44b8fd112af565e07acd32624fa7ae579920f0.tar.gz |
Add forgotten patch to kill malloc.h.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/joos/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/joos/patches/patch-af b/lang/joos/patches/patch-af new file mode 100644 index 00000000000..4c673b90317 --- /dev/null +++ b/lang/joos/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2007/08/08 21:43:35 joerg Exp $ + +--- A-/joos.y.orig 2007-08-08 19:25:08.000000000 +0000 ++++ A-/joos.y +@@ -14,7 +14,7 @@ + + #include <stdio.h> + #include <string.h> +-#include <malloc.h> ++#include <stdlib.h> + #include "tree.h" + + extern CLASSFILE *theclassfile; |