jkim        2008-03-24 17:23:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.sbin/moused      moused.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.70.2.7  +284 -255  src/usr.sbin/moused/moused.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to