git: pc64: Clean up inittodr()
Aaron LI
aly at crater.dragonflybsd.org
Mon Aug 25 23:21:25 PDT 2025
commit ca34052175f22e0222cde513ce41700c1e1909e0
Author: Aaron LI <aly at aaronly.me>
Date: Mon Aug 25 12:53:41 2025 +0800
pc64: Clean up inittodr()
Use 'time_t' type for 'sec' and 'days', so they have the same type as
'ts.tv_sec' and 'time_second'.
While there, tweak a comment and a whitespace.
Summary of changes:
sys/platform/pc64/isa/clock.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ca34052175f22e0222cde513ce41700c1e1909e0
--
DragonFly BSD source repository
More information about the Commits
mailing list