summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bhyve/rtc.c')
-rw-r--r--usr.sbin/bhyve/rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/rtc.c b/usr.sbin/bhyve/rtc.c
index c1a84d74..f3ce2bc 100644
--- a/usr.sbin/bhyve/rtc.c
+++ b/usr.sbin/bhyve/rtc.c
@@ -331,7 +331,7 @@ rtc_init(struct vmctx *ctx)
memset(rtc_nvram, 0, sizeof(rtc_nvram));
- rtc_nvram[nvoff(RTC_CENTURY)] = rtcout(tm.tm_year / 100);
+ rtc_nvram[nvoff(RTC_CENTURY)] = bin2bcd((tm.tm_year + 1900) / 100);
/* XXX init diag/reset code/equipment/checksum ? */
OpenPOWER on IntegriCloud