Subject: CVS commit: basesrc/lib/libc/gen
To: None <source-changes@netbsd.org>
From: Perry E. Metzger <perry@netbsd.org>
List: source-changes
Date: 06/23/2002 22:19:03
Module Name:	basesrc
Committed By:	perry
Date:		Sun Jun 23 19:19:02 UTC 2002

Modified Files:
	basesrc/lib/libc/gen: sysconf.c

Log Message:
make sysconf(_SC_CLK_TCK) return the kernel hz value, instead of a
fixed constant, as is done on Solaris, Linux, etc.

Technically, standards don't *require* this, but having it return a
constant is a violation of the spirit, and screws up programs that
(perhaps improperly) assume that it will return kernel hz.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/lib/libc/gen/sysconf.c

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