cvs commit: src/usr.sbin/moused moused.c

Jung-uk Kim jkim at FreeBSD.org
Thu Mar 6 00:22:17 UTC 2008


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


More information about the cvs-src mailing list