]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The boottime variable in sys/kern/kern_tc.c is a struct timeval, not a
authortmm <tmm@FreeBSD.org>
Fri, 9 Aug 2002 15:47:43 +0000 (15:47 +0000)
committertmm <tmm@FreeBSD.org>
Fri, 9 Aug 2002 15:47:43 +0000 (15:47 +0000)
commitc516cea85b5d127aeec661bbe20bba53613e3069
tree4171992d8ce37373c2cec9b8494c98429927eeae
parenta59a8c94a5f5fe3ec1050bbafb784d4924253572
The boottime variable in sys/kern/kern_tc.c is a struct timeval, not a
time_t, so do not use the latter as type when retrieving the variable
via libkvm. This should fix vmstat on sparc64.
usr.bin/vmstat/vmstat.c