diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-01-13 14:21:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-01-13 14:21:41 +0000 |
commit | a749fc13a67dab2b9ff35d3b8ac5cd0ab0b88031 (patch) | |
tree | 6efea1549574cc36f9b06b1afe1c73e44203dfe2 /games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp | |
parent | - Support staging (diff) |
- Beta is too unstable, rollback to latest stable version
- Support staging
Diffstat (limited to 'games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp')
-rw-r--r-- | games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp b/games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp deleted file mode 100644 index 28d423e31dde..000000000000 --- a/games/openlierox/files/patch-src-common-Debug__DumpCallstack.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/common/Debug_DumpCallstack.cpp.orig 2012-04-17 04:26:14.000000000 +0400 -+++ src/common/Debug_DumpCallstack.cpp 2012-12-14 23:19:15.525963503 +0400 -@@ -11,6 +11,8 @@ - #include "util/macros.h" - #include <vector> - #include <string> -+#include <cstdio> -+#include <cstdlib> - - #ifndef HAVE_EXECINFO - # if defined(__linux__) -@@ -25,8 +27,6 @@ - #if HAVE_EXECINFO - - #include <execinfo.h> --#include <stdio.h> --#include <stdlib.h> - - #if HASBFD - |