summaryrefslogtreecommitdiff
path: root/net/asterisk11/files/patch-main__lock.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-10-28 08:26:27 +0000
committerRene Ladan <rene@FreeBSD.org>2017-10-28 08:26:27 +0000
commit89b1360e42eed02f5bd70de1302df99c210e7e70 (patch)
tree4bfe2b1b935b8ee1574bb82410b791157fef542c /net/asterisk11/files/patch-main__lock.c
parentFix pkg-plist. (diff)
Remove expired port:
2017-10-25 net/asterisk11: Asterisk 11.x will reach EOL on 2017-10-25. Please migrate to net/asterisk13
Notes
Notes: svn path=/head/; revision=453051
Diffstat (limited to 'net/asterisk11/files/patch-main__lock.c')
-rw-r--r--net/asterisk11/files/patch-main__lock.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/asterisk11/files/patch-main__lock.c b/net/asterisk11/files/patch-main__lock.c
deleted file mode 100644
index 3621177e74ba..000000000000
--- a/net/asterisk11/files/patch-main__lock.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- main/lock.c.orig 2014-12-12 23:31:38 UTC
-+++ main/lock.c
-@@ -701,9 +701,6 @@ int __ast_rwlock_init(int tracking, cons
- #endif /* DEBUG_THREADS */
-
- pthread_rwlockattr_init(&attr);
--#ifdef HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP
-- pthread_rwlockattr_setkind_np(&attr, PTHREAD_RWLOCK_PREFER_WRITER_NP);
--#endif
- res = pthread_rwlock_init(&t->lock, &attr);
- pthread_rwlockattr_destroy(&attr);
-