diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net-p2p/teknap/files/patch-source_share.c | |
parent | Remove non staged ports without pending PR from net-im and net-mgmt (diff) |
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes:
svn path=/head/; revision=366967
Diffstat (limited to 'net-p2p/teknap/files/patch-source_share.c')
-rw-r--r-- | net-p2p/teknap/files/patch-source_share.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/teknap/files/patch-source_share.c b/net-p2p/teknap/files/patch-source_share.c deleted file mode 100644 index 265b8f6d82b3..000000000000 --- a/net-p2p/teknap/files/patch-source_share.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/share.c.orig 2007-11-12 15:41:18.000000000 +0100 -+++ source/share.c 2007-11-12 15:43:42.000000000 +0100 -@@ -38,7 +38,7 @@ - - static pthread_mutex_t quit_mutex = PTHREAD_MUTEX_INITIALIZER; - --static pthread_mutex_t fserv_struct_mutex = PTHREAD_MUTEX_INITIALIZER; -+pthread_mutex_t fserv_struct_mutex = PTHREAD_MUTEX_INITIALIZER; - pthread_mutex_t shared_count_mutex = PTHREAD_MUTEX_INITIALIZER; - static void share_thread_signal_setup(void); - |