1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/astro/libnova/files/patch-src__utility.c
Nicola Vitale cecef03f8d - Updated to 0.12.1
PR:		ports/109005
Submitted by:	CHAO Shin <quakelee at cn.freebsd.org>
Approved by:	alexbl (mentor, implicit)
2007-02-10 21:44:34 +00:00

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__