From cc415305a049ca523f2a8cf674009fa77c54fee6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 14 Nov 2009 12:33:33 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'. --- net/asterisk10/files/patch-main::utils.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 net/asterisk10/files/patch-main::utils.c (limited to 'net/asterisk10/files/patch-main::utils.c') 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. -- cgit v1.2.3