Move extern of tickadj into here.

This commit is contained in:
mycroft 1994-09-18 21:48:28 +00:00
parent 55e0e1d12a
commit b8ea227747
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kernel.h,v 1.9 1994/06/29 06:44:28 cgd Exp $ */
/* $NetBSD: kernel.h,v 1.10 1994/09/18 21:48:28 mycroft Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -57,6 +57,7 @@ extern volatile struct timeval time;
extern struct timezone tz; /* XXX */
extern int tick; /* usec per tick (1000000 / hz) */
extern int tickadj; /* "standard" clock skew, us./tick */
extern int hz; /* system clock's frequency */
extern int stathz; /* statistics clock's frequency */
extern int profhz; /* profiling clock's frequency */