pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/joos/patches Add forgotten patch to kill malloc.h.
details: https://anonhg.NetBSD.org/pkgsrc/rev/233dd14e862d
branches: trunk
changeset: 531943:233dd14e862d
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Aug 08 21:43:35 2007 +0000
description:
Add forgotten patch to kill malloc.h.
diffstat:
lang/joos/patches/patch-af | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r aa6d09856bde -r 233dd14e862d lang/joos/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/joos/patches/patch-af Wed Aug 08 21:43:35 2007 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index