summaryrefslogtreecommitdiff
path: root/graphics/xmorph/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xmorph/files/patch-ab')
-rw-r--r--graphics/xmorph/files/patch-ab11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/xmorph/files/patch-ab b/graphics/xmorph/files/patch-ab
deleted file mode 100644
index 12e95d0ab143..000000000000
--- a/graphics/xmorph/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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