mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 17:24:23 +01:00
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:
parent
834d25cdf1
commit
1e35c6c787
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2896
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user