diff options
-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; |