K 10 svn:author V 3 ken K 8 svn:date V 27 2013-04-10T16:01:45.106485Z K 7 svn:log V 339 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 END