CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2015/08/13 20:00:19

Modified files:
        usr.sbin/ntpd  : ntp.c 

Log message:
When checking whether we should scan the sensors again use <= rather
than < for the comparison.  Otherwise, if we don't do enough work
in the loop to advance the clock (for instance if the network is
down) we may end up calling poll() multiple times with no timeout,
racking up CPU time for no real reason.  OK bcook@

Reply via email to