aboutsummaryrefslogtreecommitdiff
path: root/network/torsocks/symbol_lookup.patch
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-13 22:53:17 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commitbdf3d61c0801ae83405da77b5d11ce55d253f1d0 (patch)
tree4b4babcfc5dcbeeab2f9bc41c2107ed9e05327c8 /network/torsocks/symbol_lookup.patch
parent654a2c70b77152007fec139cc741cd9de3702683 (diff)
network/torsocks: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/torsocks/symbol_lookup.patch')
-rw-r--r--network/torsocks/symbol_lookup.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/network/torsocks/symbol_lookup.patch b/network/torsocks/symbol_lookup.patch
deleted file mode 100644
index ba8e62ec3665..000000000000
--- a/network/torsocks/symbol_lookup.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/tsocks.c 2011-10-25 17:49:50.000000000 -0400
-+++ src/tsocks.c 2012-02-21 11:09:20.000000000 -0500
-@@ -175,9 +175,9 @@
- #define LOAD_ERROR(s,l) { \
- char *error; \
- error = dlerror(); \
-- show_msg(l, "The symbol %s() was not found in any shared " \
-- "library. The error reported was: %s!\n", s, \
-- (error)?error:"not found"); \
-+ if (error) \
-+ show_msg(l, "The symbol %s() was not found in any shared " \
-+ "library. The error reported was: %s!\n", s, error); \
- dlerror(); \
- }
- pthread_mutex_lock(&torsocks_init_mutex);
-