CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/02 04:44:49
Modified files:
sys/arch/amd64/isa: clock.c
sys/arch/i386/isa: clock.c
Log message:
Fix buglet in previous commit; use time from the struct timeval that was
passed in when setting the RTC time instead of the global time_second.
ok mpi@
