freebsd-nq/usr.bin/ctlstat
Kenneth D. Merry ffc3b12c07 Fix a time calculation error in ctlstat_standard().
ctlstat.c:	When converting a timeval to a floating point
		number in ctlstat_standard(), cast the nanoseconds
		calculation to a long double, so we don't lose
		precision.  Without the cast, we wind up with a
		time in whole seconds only.

Sponsored by:	Spectra Logic
MFC after:	3 days
2013-04-10 16:01:45 +00:00
..
ctlstat.8 Make it possible to build CTL as a module. 2013-04-02 09:42:42 +00:00
ctlstat.c Fix a time calculation error in ctlstat_standard(). 2013-04-10 16:01:45 +00:00
Makefile