summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_time.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-03-28 16:55:25 +0000
committerderaadt <deraadt@openbsd.org>2013-03-28 16:55:25 +0000
commit2f3604859555061972cebc45aec406747df860c1 (patch)
tree6b27b5324206db0c77cde87e1c3550d3ef97263c /sys/kern/kern_time.c
parentno need for a lot of code to include proc.h (diff)
downloadwireguard-openbsd-2f3604859555061972cebc45aec406747df860c1.tar.xz
wireguard-openbsd-2f3604859555061972cebc45aec406747df860c1.zip
do not include machine/cpu.h from a .c file; it is the responsibility of
.h files to pull it in, if needed ok tedu
Diffstat (limited to 'sys/kern/kern_time.c')
-rw-r--r--sys/kern/kern_time.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c
index e677212a987..74284df2e72 100644
--- a/sys/kern/kern_time.c
+++ b/sys/kern/kern_time.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_time.c,v 1.76 2012/11/05 19:39:35 miod Exp $ */
+/* $OpenBSD: kern_time.c,v 1.77 2013/03/28 16:55:25 deraadt Exp $ */
/* $NetBSD: kern_time.c,v 1.20 1996/02/18 11:57:06 fvdl Exp $ */
/*
@@ -45,7 +45,6 @@
#include <sys/mount.h>
#include <sys/syscallargs.h>
-#include <machine/cpu.h>
struct timeval adjtimedelta; /* unapplied time correction */