summaryrefslogtreecommitdiff
path: root/net-p2p/xmule/files/patch-src::xmule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/xmule/files/patch-src::xmule.cpp')
-rw-r--r--net-p2p/xmule/files/patch-src::xmule.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-p2p/xmule/files/patch-src::xmule.cpp b/net-p2p/xmule/files/patch-src::xmule.cpp
deleted file mode 100644
index 09480748d421..000000000000
--- a/net-p2p/xmule/files/patch-src::xmule.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/xmule.cpp.orig Mon Aug 11 14:38:14 2003
-+++ src/xmule.cpp Mon Aug 11 14:38:27 2003
-@@ -763,7 +763,7 @@
- delete[] xmulesig_path;
- }
-
--#if defined(__Linux__)
-+#if 0
- #include <execinfo.h>
- #endif
-
-@@ -776,7 +776,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;