Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 08/01/2007 23:30:54
Module Name:	src
Committed By:	ad
Date:		Wed Aug  1 23:30:54 UTC 2007

Modified Files:
	src/sys/kern: kern_sleepq.c

Log Message:
sleepq_block: if a pending signal is detected but has already been taken
by the time the calling thread tries to take it, don't return EINTR.
Instead return zero leading to a spurious wakeup.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/kern/kern_sleepq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.