jkim 2008-03-24 17:16:26 UTC FreeBSD src repository
Modified files: (Branch: RELENG_7) usr.sbin/moused moused.c Log: MFC: 1.80-1.83 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. Fix compiler warnings and style(9) bugs. Revision Changes Path 1.79.2.1 +284 -255 src/usr.sbin/moused/moused.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"