diff options
Diffstat (limited to 'audio/jack/patches/patch-ab')
-rw-r--r-- | audio/jack/patches/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/jack/patches/patch-ab b/audio/jack/patches/patch-ab index 3e270b54a32..e79f550e620 100644 --- a/audio/jack/patches/patch-ab +++ b/audio/jack/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.2 2008/07/31 03:58:05 bjs Exp $ +$NetBSD: patch-ab,v 1.3 2008/08/09 10:33:17 bjs Exp $ -The default watchdog timeout is 10 seconds, which is too much for -usleep(). Let's nanosleep if it's available. +BSD poll returns POLLIN, not POLLHUP, when the socket is closed, +as does Darwin. --- jackd/engine.c.orig 2008-07-27 08:50:30.000000000 -0400 +++ jackd/engine.c |