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

Diff for /src/usr.bin/rdist/child.c between version 1.27 and 1.28

version 1.27, 2019/06/28 13:35:03 version 1.28, 2022/12/26 19:16:02
Line 469 
Line 469 
                 /* Receive notification when the child exits */                  /* Receive notification when the child exits */
                 (void) signal(SIGCHLD, reap);                  (void) signal(SIGCHLD, reap);
   
                 /* Settup the new child */                  /* Setup the new child */
                 newchild.c_next = NULL;                  newchild.c_next = NULL;
                 newchild.c_name = childname;                  newchild.c_name = childname;
                 newchild.c_readfd = fildes[PIPE_READ];                  newchild.c_readfd = fildes[PIPE_READ];

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28