We don't want to include <malloc.h>.

PR:	      ports/31556
Submitted by: Seth Kingsley <sethk@meowfishies.com>
This commit is contained in:
Murray Stokely 2001-12-08 03:55:28 +00:00
parent 4f6dacada8
commit dacbe15085
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51207

10
devel/nasm/files/patch-a Normal file
View File

@ -0,0 +1,10 @@
--- rdoff/symtab.c.orig Sun Oct 28 09:23:19 2001
+++ rdoff/symtab.c Sun Oct 28 09:23:59 2001
@@ -9,7 +9,6 @@
*/
#include <stdio.h>
#include <stdlib.h>
-#include <malloc.h>
#include "symtab.h"
#include "hash.h"