Start time_uptime with 1 instead of 0.

Discussed with:		phk
This commit is contained in:
andre 2005-09-19 22:16:31 +00:00
parent 3f2b548b71
commit 9a84c48b48

View File

@ -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;