Export tc_tick with sysctl, not tick.

Spotted by:	bde
This commit is contained in:
Poul-Henning Kamp 2003-01-04 17:33:55 +00:00
parent 42e5f2f287
commit b3ed130c42

View file

@ -655,7 +655,7 @@ pps_event(struct pps_state *pps, int event)
*/
static int tc_tick;
SYSCTL_INT(_kern_timecounter, OID_AUTO, tick, CTLFLAG_RD, &tick, 0, "");
SYSCTL_INT(_kern_timecounter, OID_AUTO, tick, CTLFLAG_RD, &tc_tick, 0, "");
void
tc_ticktock(void)