freebsd-ports/astro/libnova/files/patch-src_utility.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

13 lines
330 B
C

--- src/utility.c.orig 2012-04-28 09:41:42 UTC
+++ src/utility.c
@@ -44,10 +44,6 @@
#include <ctype.h>
#include <libnova/libnova.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__