[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.8 and 1.9

version 1.8, 2000/12/24 11:22:54 version 1.9, 2001/07/09 07:04:47
Line 218 
Line 218 
                 err(1, "fork");                  err(1, "fork");
         case 0:                         /* child */          case 0:                         /* child */
                 (void)sigsetmask(omask);                  (void)sigsetmask(omask);
                 execl(shell, name, "-c", command, NULL);                  execl(shell, name, "-c", command, (char *)NULL);
                 err(1, "%s", shell);                  err(1, "%s", shell);
         }          }
         intsave = signal(SIGINT, SIG_IGN);          intsave = signal(SIGINT, SIG_IGN);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9