Start time_uptime with 1 instead of 0.

Discussed with:		phk
This commit is contained in:
Andre Oppermann 2005-09-19 22:16:31 +00:00
parent 1761656cdd
commit e452573df7

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;