1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix build on -current (remove <malloc.h>)

This commit is contained in:
Kris Kennaway 2002-10-25 08:28:37 +00:00
parent 8867b37fc4
commit 84d5810d23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68790

View File

@ -0,0 +1,10 @@
--- ./src/misc.c.orig Fri Oct 25 01:29:37 2002
+++ ./src/misc.c Fri Oct 25 01:29:45 2002
@@ -36,7 +36,6 @@
/**/
#include <stdio.h>
-#include <malloc.h>
#include <stdlib.h>
#include <stdarg.h>
#include <unistd.h>