opnsense-ports/astro/libnova/files/patch-src__utility.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
356 B
C

--- src/utility.c.orig Wed Jan 17 08:16:02 2007
+++ src/utility.c Sat Feb 10 12:08:36 2007
@@ -45,10 +45,6 @@
#include <ctype.h>
#include <libnova/utility.h>
-#ifndef __APPLE__
-#include <malloc.h>
-#endif
-
/* Include unistd.h only if not on a Win32 platform */
/* Include Win32 Headers sys/types.h and sys/timeb.h if on Win32 */
#ifndef __WIN32__