Add vm/vm.h for complete sysctl type.

Remove wrong time declaration, already have correct in kernel.h
(kern_ntptime not compiled without this changes)
This commit is contained in:
Andrey A. Chernov 1994-09-19 17:39:21 +00:00
parent 834d25cdf1
commit 1e35c6c787
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2896

View File

@ -48,13 +48,13 @@
#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/timex.h>
#include <vm/vm.h>
#include <sys/sysctl.h>
/*
* The following variables are used by the hardclock() routine in the
* kern_clock.c module and are described in that module.
*/
extern struct timeval time; /* kernel time variable */
extern int time_state; /* clock state */
extern int time_status; /* clock status bits */
extern long time_offset; /* time adjustment (us) */