aboutsummaryrefslogtreecommitdiffstats
path: root/net/xmule/files/patch-src::xmule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/xmule/files/patch-src::xmule.cpp')
-rw-r--r--net/xmule/files/patch-src::xmule.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/xmule/files/patch-src::xmule.cpp b/net/xmule/files/patch-src::xmule.cpp
deleted file mode 100644
index f25761845c6..00000000000
--- a/net/xmule/files/patch-src::xmule.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/xmule.cpp.orig Tue Sep 9 00:15:19 2003
-+++ src/xmule.cpp Tue Sep 9 00:16:06 2003
-@@ -797,7 +797,7 @@
- delete[] emulesig_path;
- delete[] xmulesig_path;
- } //End Added By Bouc7
--#if defined(__Linux__)
-+#if 0
- #include <execinfo.h>
- #endif
-
-@@ -810,7 +810,7 @@
- theApp.clientudp->Destroy();
-
- // (stkn) create backtrace
--#if defined(__Linux__)
-+#if 0
- void *bt_array[100]; // 100 should be enough ?!?
- char **bt_strings;
- int num_entries;