Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/12/2001 16:52:35
Module Name:	syssrc
Committed By:	christos
Date:		Mon Nov 12 14:52:34 UTC 2001

Modified Files:
	syssrc/sys/kern: kern_time.c

Log Message:
PR/14558: Tero Kivinen: There is no point in limiting the number of seconds
to 100 million. Use 1000 million like the man page for nanosleep suggests.
This is much closer to MAXINT, and it conforms to POSIX.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 syssrc/sys/kern/kern_time.c

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