forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
265 B
C
11 lines
265 B
C
--- image/new.c.orig Tue Aug 31 20:50:32 2004
|
|
+++ image/new.c Fri Nov 5 13:53:17 2004
|
|
@@ -11,7 +11,7 @@
|
|
#include "copyright.h"
|
|
#include "image.h"
|
|
|
|
-#ifdef __APPLE__
|
|
+#if defined(__APPLE__) || defined(CSRG_BASED)
|
|
#include <stdlib.h>
|
|
#else
|
|
#include <malloc.h>
|