1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/graphics/xmorph/files/patch-ab
Neil Blakey-Milner cc886d924f Update to April 2000 version
PR:		ports/20424
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!)
2000-08-06 15:53:27 +00:00

12 lines
288 B
Plaintext

--- my_malloc.c.orig Wed Apr 26 05:12:54 2000
+++ my_malloc.c Sat Aug 5 04:07:53 2000
@@ -32,7 +32,7 @@
// Thanks to Geoff Lawler.
*/
-#if defined(apollo) || defined(__CYGWIN32__)
+#if defined(apollo) || defined(__CYGWIN32__) || defined(__STDC__)
#else
#include <malloc.h>
#endif