summaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-ode-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/scorched3d/files/patch-src-ode-config.h')
-rw-r--r--games/scorched3d/files/patch-src-ode-config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/scorched3d/files/patch-src-ode-config.h b/games/scorched3d/files/patch-src-ode-config.h
deleted file mode 100644
index d8880cbd8da9..000000000000
--- a/games/scorched3d/files/patch-src-ode-config.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/ode/config.h.orig Mon May 24 21:02:31 2004
-+++ ./src/ode/config.h Sun May 30 14:38:24 2004
-@@ -36,7 +36,7 @@
- #if defined(__DARWIN__)
- #include <sys/malloc.h>
- #else
--#include <malloc.h> // for alloca under windows
-+#include <stdlib.h> // for alloca under windows
- #endif
-
- #include <string.h>