K 10 svn:author V 4 jkim K 8 svn:date V 27 2008-03-24T17:23:25.000000Z K 7 svn:log V 271 MFC: 1.80-1.83 - Prefer clock_gettime(2) over gettimeofday(2) and use CLOCK_MONOTONIC as it is only used to track elapsed time.[1] - Fix compiler warnings and style(9) bugs. [1] CLOCK_MONOTONIC is used on here because CLOCK_MONOTONIC_FAST is unimplemented on RELENG_6. END