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:
ache 1994-09-19 17:39:21 +00:00
parent 646e433a5c
commit f3cb7fd780

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) */