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

Diff for /src/usr.bin/ssh/ssh.c between version 1.471 and 1.472

version 1.471, 2018/01/23 05:27:21 version 1.472, 2018/02/11 21:16:56
Line 2082 
Line 2082 
         while ((pid = waitpid(-1, &status, WNOHANG)) > 0 ||          while ((pid = waitpid(-1, &status, WNOHANG)) > 0 ||
             (pid < 0 && errno == EINTR))              (pid < 0 && errno == EINTR))
                 ;                  ;
   
         signal(sig, main_sigchld_handler);  
         errno = save_errno;          errno = save_errno;
 }  }

Legend:
Removed from v.1.471  
changed lines
  Added in v.1.472