commit: 148742071a66155a9f1657f963d5c808bd50b92e
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Dec 12 13:34:45 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 13:34:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14874207
net-analyzer/ettercap: remove unused patch
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../ettercap/files/ettercap-0.8.3-fno-common.patch | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/net-analyzer/ettercap/files/ettercap-0.8.3-fno-common.patch
b/net-analyzer/ettercap/files/ettercap-0.8.3-fno-common.patch
deleted file mode 100644
index eddca836905..00000000000
--- a/net-analyzer/ettercap/files/ettercap-0.8.3-fno-common.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/include/ec_threads.h
-+++ b/include/ec_threads.h
-@@ -12,7 +12,7 @@
- };
-
- /* a value to be used to return errors in fuctcions using pthread_t values */
--pthread_t EC_PTHREAD_NULL;
-+extern pthread_t EC_PTHREAD_NULL;
- #define EC_PTHREAD_SELF EC_PTHREAD_NULL
- #define PTHREAD_ID(id) (*(unsigned long*)&(id))
-
---- a/src/ec_threads.c
-+++ b/src/ec_threads.c
-@@ -46,6 +46,8 @@
- #define INIT_LOCK do{ DEBUG_MSG("thread_init_lock");
pthread_mutex_lock(&init_mtx); } while(0)
- #define INIT_UNLOCK do{ DEBUG_MSG("thread_init_unlock");
pthread_mutex_unlock(&init_mtx); } while(0)
-
-+pthread_t EC_PTHREAD_NULL;
-+
- /* protos... */
-
- pthread_t ec_thread_detached(char *name, char *desc, void *(*function)(void
*), void *args, int detached);