Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 08/11/2003 10:49:11
Module Name:	src
Committed By:	dsl
Date:		Mon Aug 11 10:49:10 UTC 2003

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

Log Message:
Rework VTIME calculations so that they don't hit numeric overflow (ok now
for hz < ~200kHz).  Old code failed VTIME > 214 even with hz=100.
Fixes kern/12285.


To generate a diff of this commit:
cvs rdiff -r1.155 -r1.156 src/sys/kern/tty.c

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