Start time_uptime with 1 instead of 0.
Discussed with: phk
This commit is contained in:
parent
3f2b548b71
commit
9a84c48b48
@ -88,7 +88,7 @@ struct timecounter *timecounter = &dummy_timecounter;
|
||||
static struct timecounter *timecounters = &dummy_timecounter;
|
||||
|
||||
time_t time_second = 1;
|
||||
time_t time_uptime = 0;
|
||||
time_t time_uptime = 1;
|
||||
|
||||
static struct bintime boottimebin;
|
||||
struct timeval boottime;
|
||||
|
Loading…
x
Reference in New Issue
Block a user