From dd6798c33d05f678f52ab512a670663e018f3bba Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Sun, 12 Aug 2018 18:00:27 +0200 Subject: [PATCH] tsocks: remove no longer needed debug patch --- packages/tsocks/tsocks.patch.debug | 33 ------------------------------ 1 file changed, 33 deletions(-) delete mode 100644 packages/tsocks/tsocks.patch.debug diff --git a/packages/tsocks/tsocks.patch.debug b/packages/tsocks/tsocks.patch.debug deleted file mode 100644 index 23329cbc6..000000000 --- a/packages/tsocks/tsocks.patch.debug +++ /dev/null @@ -1,33 +0,0 @@ ---- ./configure 2018-03-01 11:48:24.972390791 +0000 -+++ ../configure 2018-03-01 12:17:17.702571991 +0000 -@@ -2283,7 +2283,7 @@ - #include "confdefs.h" - - #include -- int poll($testproto); -+ int __attribute__((overloadable)) poll($testproto); - - int main() { - ---- ./tsocks.c 2018-03-01 12:18:42.778500423 +0000 -+++ ../tsocks.c 2018-03-01 12:19:31.726457927 +0000 -@@ -72,7 +72,7 @@ - void _init(void); - int connect(CONNECT_SIGNATURE); - int select(SELECT_SIGNATURE); --int poll(POLL_SIGNATURE); -+int __attribute__((overloadable)) poll(POLL_SIGNATURE); - int close(CLOSE_SIGNATURE); - int getpeername(GETPEERNAME_SIGNATURE); - #ifdef USE_SOCKS_DNS ---- ./tsocks.c 2018-03-01 12:21:27.198354152 +0000 -+++ ../tsocks.c 2018-03-01 12:21:59.098324662 +0000 -@@ -538,7 +538,7 @@ - return(nevents); - } - --int poll(POLL_SIGNATURE) { -+int __attribute__((overloadable)) poll(POLL_SIGNATURE) { - int nevents = 0; - int rc = 0, i; - int setevents = 0;