Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: None <dyoung@netbsd.org>
List: source-changes
Date: 05/19/2003 03:23:38
Module Name:	src
Committed By:	dyoung
Date:		Mon May 19 03:23:37 UTC 2003

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

Log Message:
Make ppsratecheck conform with its man page, which says, "If maxpps
is set to 0, the function will always return 0 (no packets/events
are permitted)." Before this patch, ppsratecheck returned 1 once
a second when maxpps was 0.


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 src/sys/kern/kern_time.c

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