aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/kernel.h')
-rw-r--r--sys/sys/kernel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h
index f1c2aab..73aa8c3 100644
--- a/sys/sys/kernel.h
+++ b/sys/sys/kernel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: kernel.h,v 1.22 2019/09/07 01:23:23 cheloha Exp $ */
+/* $OpenBSD: kernel.h,v 1.23 2020/05/20 17:24:17 cheloha Exp $ */
/* $NetBSD: kernel.h,v 1.11 1995/03/03 01:24:16 cgd Exp $ */
/*-
@@ -61,5 +61,3 @@ extern int profhz; /* profiling clock's frequency */
extern int lbolt; /* once a second sleep address */
extern int tickdelta;
extern long timedelta;
-
-extern struct bintime naptime; /* time spent suspended */