Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/14/2006 15:52:44
Module Name: src
Committed By: christos
Date: Fri Jul 14 15:52:44 UTC 2006
Modified Files:
src/sys/kern: sys_generic.c
Log Message:
- rename sleepts to sleeptv since it is a timeval.
- don't initialize it needlessly.
- fix the poll code the same way the select code was fixed, so that it
computes the remaining time to sleep properly.
To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 src/sys/kern/sys_generic.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.