View | Details | Raw Unified | Return to bug 106428
Collapse All | Expand All

(-)/home/trasz/jack/files/patch-jackd-engine.c (+11 lines)
Line 0 Link Here
1
--- jackd/engine.c.orig	Wed Dec  6 23:40:20 2006
2
+++ jackd/engine.c	Wed Dec  6 23:40:58 2006
3
@@ -1444,7 +1444,7 @@
4
 				    (engine, pfd[i].fd)) {
5
 					jack_error ("could not handle external"
6
 						    " client request");
7
-#ifdef JACK_USE_MACH_THREADS
8
+#if 1
9
                                     /* poll is implemented using
10
 				       select (see the macosx/fakepoll
11
 				       code). When the socket is closed

Return to bug 106428