1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/misc/magicpoint/files/patch-new.c
Dirk Meyer 25edadfb9b - fix warnings
- make portlint happier
2017-02-18 09:59:30 +00:00

12 lines
239 B
C

--- image/new.c.orig 2004-09-01 03:50:32 UTC
+++ image/new.c
@@ -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>