summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-09-13 14:22:27 +0000
committerbde <bde@FreeBSD.org>1999-09-13 14:22:27 +0000
commit10335a428dbff74506cf67f4b88971cb12b40490 (patch)
treee3f2997fe3f7d2a7865b47168a67e377098a6ec6 /sys/kern/init_main.c
parent5824d128190e8673ab2dc87f7a4867d67e70a471 (diff)
downloadFreeBSD-src-10335a428dbff74506cf67f4b88971cb12b40490.zip
FreeBSD-src-10335a428dbff74506cf67f4b88971cb12b40490.tar.gz
Moved the definition of `boottime' and its sysctl to the correct file.
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 7a0e216..364b423 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -95,10 +95,6 @@ extern struct user *proc0paddr;
struct vnode *rootvp;
int boothowto = 0; /* initialized so that it can be patched */
-struct timeval boottime;
-SYSCTL_STRUCT(_kern, KERN_BOOTTIME, boottime, CTLFLAG_RD,
- &boottime, timeval, "System boottime");
-
/*
* Promiscuous argument pass for start_init()
*
OpenPOWER on IntegriCloud