Subject: CVS commit: src/sys/rump/librump/rumpkern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/21/2008 17:56:49
Module Name:	src
Committed By:	pooka
Date:		Mon Jan 21 17:56:49 UTC 2008

Modified Files:
	src/sys/rump/librump/rumpkern: locks.c

Log Message:
In case cv_timedwait() gets ticks == 0, make sure we sleep eternally
(or at least until wakeup) instead of immediately waking up.

In other words, fix this after it broke when another piece of the
code was fixed.  Ain't programming fun?


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/rump/librump/rumpkern/locks.c

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