summaryrefslogtreecommitdiff
path: root/sys/kern/kern_tc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_tc.c')
-rw-r--r--sys/kern/kern_tc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c
index 297eccc95de..e8cc25b02d6 100644
--- a/sys/kern/kern_tc.c
+++ b/sys/kern/kern_tc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_tc.c,v 1.79 2022/11/08 18:17:51 cheloha Exp $ */
+/* $OpenBSD: kern_tc.c,v 1.80 2022/12/05 23:18:37 deraadt Exp $ */
/*
* Copyright (c) 2000 Poul-Henning Kamp <phk@FreeBSD.org>
@@ -165,7 +165,7 @@ void
microboottime(struct timeval *tvp)
{
struct bintime bt;
-
+
binboottime(&bt);
BINTIME_TO_TIMEVAL(&bt, tvp);
}
@@ -174,7 +174,7 @@ void
nanoboottime(struct timespec *tsp)
{
struct bintime bt;
-
+
binboottime(&bt);
BINTIME_TO_TIMESPEC(&bt, tsp);
}