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

Diff for /src/usr.bin/rdist/docmd.c between version 1.10 and 1.11

version 1.10, 2001/11/19 19:02:15 version 1.11, 2002/06/12 06:07:16
Line 870 
Line 870 
          * new child process.           * new child process.
          */           */
         if (do_fork && !amchild) {          if (do_fork && !amchild) {
                 int pid;                  pid_t pid;
   
                 /*                  /*
                  * If we're at maxchildren, wait for number of active                   * If we're at maxchildren, wait for number of active

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11