Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2008 17:16:26 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/moused moused.c
Message-ID:  <200803241716.m2OHGRJl056738@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803241716.m2OHGRJl056738>