CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/01/14 19:32:41

Modified files:
        usr.bin/ssh    : misc.c 

Log message:
In waitfd(), when poll returns early we are subtracting the elapsed time
from the timeout each loop, so we only want to measure the elapsed time
the poll() in that loop, not since the start of the function.  Spotted by
chris.xj.zhu at gmail.com, ok djm@

Reply via email to