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

Jung-uk Kim jkim at FreeBSD.org
Mon Mar 24 10:16:27 PDT 2008


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


More information about the cvs-all mailing list