jkim 2008-03-06 00:22:17 UTC FreeBSD src repository Modified files: usr.sbin/moused moused.c Log: Prefer clock_gettime(2) over gettimeofday(2) and use CLOCK_MONOTONIC_FAST. It is only used to track elapsed time and it does not have to be precise. Revision Changes Path 1.80 +82 -63 src/usr.sbin/moused/moused.c