Fix types of time_second and time_uptime variables.

This commit is contained in:
Ruslan Ermilov 2006-03-02 19:47:41 +00:00
parent cceffdee0c
commit a26fc5727b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156221

View File

@ -43,8 +43,8 @@
.In sys/time.h .In sys/time.h
.Pp .Pp
.Vt extern struct timeval boottime ; .Vt extern struct timeval boottime ;
.Vt extern struct time_t time_second ; .Vt extern time_t time_second ;
.Vt extern struct timeval time_uptime ; .Vt extern time_t time_uptime ;
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Va boottime .Va boottime
@ -71,7 +71,6 @@ and
functions can be used to get the current time more accurately and in an functions can be used to get the current time more accurately and in an
atomic manner. atomic manner.
Similarly, the Similarly, the
The
.Xr binuptime 9 , .Xr binuptime 9 ,
.Xr getbinuptime 9 , .Xr getbinuptime 9 ,
.Xr microuptime 9 , .Xr microuptime 9 ,