diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-24 13:58:38 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-24 13:58:38 +0000 |
commit | cc61e8918209daa42305c4058a0c09539bc17783 (patch) | |
tree | da98a4fdbb76b825d3a568ad7ba44e36bd7dc167 /net/asterisk10/files/patch-main::utils.c | |
parent | - Update to 3.0.8 (diff) |
Remove and disconnect net/asterisk port in preparation for repocopy
from net/asterisk16
Notes
Notes:
svn path=/head/; revision=265086
Diffstat (limited to 'net/asterisk10/files/patch-main::utils.c')
-rw-r--r-- | net/asterisk10/files/patch-main::utils.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/asterisk10/files/patch-main::utils.c b/net/asterisk10/files/patch-main::utils.c deleted file mode 100644 index 7f2f1495d714..000000000000 --- a/net/asterisk10/files/patch-main::utils.c +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- main/utils.c.orig -+++ main/utils.c -@@ -914,8 +914,8 @@ - pthread_attr_init(attr); - } - --#ifdef __linux__ -- /* On Linux, pthread_attr_init() defaults to PTHREAD_EXPLICIT_SCHED, -+#if defined(__linux__) || defined(__FreeBSD__) -+ /* On Linux and FreeBSD, pthread_attr_init() defaults to PTHREAD_EXPLICIT_SCHED, - which is kind of useless. Change this here to - PTHREAD_INHERIT_SCHED; that way the -p option to set realtime - priority will propagate down to new threads by default. |