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

Diff for /src/usr.bin/ssh/sshd.c between version 1.569 and 1.570

version 1.569, 2021/01/27 10:05:28 version 1.570, 2021/02/05 02:20:23
Line 317 
Line 317 
         pid_t pid;          pid_t pid;
         int status;          int status;
   
         debug("main_sigchld_handler: %s", strsignal(sig));  
   
         while ((pid = waitpid(-1, &status, WNOHANG)) > 0 ||          while ((pid = waitpid(-1, &status, WNOHANG)) > 0 ||
             (pid == -1 && errno == EINTR))              (pid == -1 && errno == EINTR))
                 ;                  ;

Legend:
Removed from v.1.569  
changed lines
  Added in v.1.570