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

Diff for /src/usr.bin/apply/apply.c between version 1.3 and 1.4

version 1.3, 1997/01/15 23:42:09 version 1.4, 1997/07/29 02:54:07
Line 214 
Line 214 
                 return(1);                  return(1);
   
         omask = sigblock(sigmask(SIGCHLD));          omask = sigblock(sigmask(SIGCHLD));
         switch(pid = vfork()) {          switch(pid = fork()) {
         case -1:                        /* error */          case -1:                        /* error */
                 err(1, "fork");                  err(1, "fork");
         case 0:                         /* child */          case 0:                         /* child */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4