aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/time.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-02-29 10:55:15 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-02-29 10:55:15 +0000
commit7314dafb6f677002a3fcf563f833a13027edfdf8 (patch)
tree332a392a2768adca6580fdb2a76e49408fd879bb /sys/sys/time.h
parentdb42ff97da7e9f97bb1afcd82d4aa0772c5ab311 (diff)
downloadsrc-7314dafb6f677002a3fcf563f833a13027edfdf8.tar.gz
src-7314dafb6f677002a3fcf563f833a13027edfdf8.zip
Move boottime from <sys/kernel.h> to <sys/time.h> where it belongs.
Notes
Notes: svn path=/head/; revision=126401
Diffstat (limited to 'sys/sys/time.h')
-rw-r--r--sys/sys/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/time.h b/sys/sys/time.h
index dff5b8a57b68..c662513653b7 100644
--- a/sys/sys/time.h
+++ b/sys/sys/time.h
@@ -253,6 +253,7 @@ struct clockinfo {
#ifdef _KERNEL
extern time_t time_second;
extern time_t time_uptime;
+extern struct timeval boottime;
/*
* Functions for looking at our clock: [get]{bin,nano,micro}[up]time()