summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_tc.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-28 16:51:36 +0000
committerphk <phk@FreeBSD.org>2002-04-28 16:51:36 +0000
commite866359c0673858853b0d4def64793fb97cb9b81 (patch)
tree0fd1ed3f05ad623faeca643502bf540d9ebe7eac /sys/kern/kern_tc.c
parente48f76df853e520cafc8b0a6237838fa12f69ea3 (diff)
downloadFreeBSD-src-e866359c0673858853b0d4def64793fb97cb9b81.zip
FreeBSD-src-e866359c0673858853b0d4def64793fb97cb9b81.tar.gz
Don't screw up our uptime with historical dates.
Diffstat (limited to 'sys/kern/kern_tc.c')
-rw-r--r--sys/kern/kern_tc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c
index b019695..b624260 100644
--- a/sys/kern/kern_tc.c
+++ b/sys/kern/kern_tc.c
@@ -71,7 +71,7 @@ static struct timehands th0 = {
0,
18446744073709ULL, /* 2^64/1000000 */
0,
- {769769981, 0}, /* Tue May 24 08:59:41 GMT 1994 */
+ {1, 0},
{0, 0},
{0, 0},
1,
OpenPOWER on IntegriCloud