mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cecef03f8d
PR: ports/109005 Submitted by: CHAO Shin <quakelee at cn.freebsd.org> Approved by: alexbl (mentor, implicit)
14 lines
356 B
C
14 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__
|