Correct a bug in the last two commits. The time_second global was not
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 26 Apr 2005 22:35:32 +0000 (22:35 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 26 Apr 2005 22:35:32 +0000 (22:35 +0000)
commit32040d57157a17bef461529405240f92084976ea
treec051a17e01a14375e55c259c1f2c0ef621dae007
parent5d528f4dd7febbdd819a581bb388b51bbfa6f617
Correct a bug in the last two commits.  The time_second global was not
being properly updated after the re-org, causing various weirdness to occur
in the system (such as ARP not retrying after a failure).
sys/kern/kern_clock.c