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

Diff for /src/usr.bin/make/cmd_exec.c between version 1.1 and 1.2

version 1.1, 2001/05/23 12:34:40 version 1.2, 2002/07/31 19:29:20
Line 69 
Line 69 
     }      }
   
     /* Fork */      /* Fork */
     switch (cpid = vfork()) {      switch (cpid = fork()) {
     case 0:      case 0:
         /* Close input side of pipe */          /* Close input side of pipe */
         (void)close(fds[0]);          (void)close(fds[0]);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2