s/malloc.h/stdlib.h for darwin/freebsd

This commit is contained in:
danw 2004-05-07 02:01:19 +00:00
parent 9fb17369e1
commit 035554d3ca
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.5 2004/03/03 13:07:42 dillo Exp $
$NetBSD: distinfo,v 1.6 2004/05/07 02:01:19 danw Exp $
SHA1 (tavrasm-1.20/tavrasm.tar.gz) = 9aaa1725f4468a47a29484b64c227596f5dccf1f
Size (tavrasm-1.20/tavrasm.tar.gz) = 62047 bytes
SHA1 (patch-aa) = 22024df9375acc24663db6cc625893140e3bf6ac
SHA1 (patch-ab) = b6c78ef76b03b27317f4bea888b20e5b47479eaa

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1 2004/05/07 02:01:19 danw Exp $
--- avrparse.y.orig Sat Mar 13 01:03:21 2004
+++ avrparse.y Sat Mar 13 01:03:32 2004
@@ -46,7 +46,7 @@
#include <string.h>
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "avrasm.hh"
#include "symbol.hh"
#include "semantic.hh"