The kern.timecounter.tick sysctl is apparently intended to return the
kernel variable `tc_tick' but actually returns the kernel variable
`tick'.  Returning `tick' is not useful since it is already returned
in the currect place (the kern.clockrate sysctl).  Returning `tc_tick'
is apparently not useful either since apparently nothing cares about
the wrong value being returned.

Bruce


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to