Update patch comment to reflect its contents.

This commit is contained in:
bjs 2008-08-09 10:33:16 +00:00
parent 302e3e2fde
commit 6a5fec3fde
2 changed files with 5 additions and 5 deletions

View file

@ -1,10 +1,10 @@
$NetBSD: distinfo,v 1.4 2008/07/31 03:58:05 bjs Exp $
$NetBSD: distinfo,v 1.5 2008/08/09 10:33:16 bjs Exp $
SHA1 (jack-audio-connection-kit-0.112.1.tar.bz2) = 9b0d5e33098873d92dcfac82bdf5cc4ec9821c91
RMD160 (jack-audio-connection-kit-0.112.1.tar.bz2) = b7fe0d94314a298031dbb57ceefbbfc917ef4a13
Size (jack-audio-connection-kit-0.112.1.tar.bz2) = 603111 bytes
SHA1 (patch-aa) = 56b3efc83cd989670bdbdcaa45c72ed3b92ea731
SHA1 (patch-ab) = 2babb8a6ecfa61ca3c1c244155cc89ffb2264fa8
SHA1 (patch-ab) = 7733bbf2c406f7fd327de96368ed6c6af4f919ea
SHA1 (patch-ac) = f4e5a43544f07118acb26aac3f402566ab6193ee
SHA1 (patch-ad) = 7323270fdf527836bd5ceda4da7f6a4997b52fc5
SHA1 (patch-ae) = ca18877262357a3e0d503b171fe42708b59ecec6

View file

@ -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