[BACK]Return to sshconnect.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.287 and 1.288

version 1.287, 2017/09/14 04:32:21 version 1.288, 2017/11/25 06:46:22
Line 332 
Line 332 
         struct timeval t_start;          struct timeval t_start;
         int oerrno, r;          int oerrno, r;
   
         gettimeofday(&t_start, NULL);          monotime_tv(&t_start);
         pfd.fd = fd;          pfd.fd = fd;
         pfd.events = POLLIN;          pfd.events = POLLIN;
         for (; *timeoutp >= 0;) {          for (; *timeoutp >= 0;) {

Legend:
Removed from v.1.287  
changed lines
  Added in v.1.288