freebsd-ports/graphics/xfractint/files/patch-common__lsysf.c
Renato Botelho 0c13254f97 - Update to 20.04p09
- Pass maintainership to Paul B Mahol <onemda@gmail.com>

Submitted by:	Paul B Mahol <onemda@gmail.com> (by email)
2010-10-01 18:52:21 +00:00

11 lines
261 B
C

--- ./common/lsysf.c.orig 2004-11-23 08:13:37.000000000 -0500
+++ ./common/lsysf.c 2010-01-27 13:52:46.000000000 -0500
@@ -1,7 +1,7 @@
#include <string.h>
#ifdef __TURBOC__
#include <alloc.h>
-#else
+#elif !defined(BIG_ANSI_C)
#include <malloc.h>
#endif