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

Diff for /src/usr.bin/script/script.c between version 1.29 and 1.30

version 1.29, 2015/10/04 04:56:50 version 1.30, 2015/10/07 05:08:27
Line 165 
Line 165 
         sa.sa_handler = finish;          sa.sa_handler = finish;
         (void)sigaction(SIGCHLD, &sa, NULL);          (void)sigaction(SIGCHLD, &sa, NULL);
   
         if (tame("stdio ioctl", NULL) == -1)          if (tame("stdio tty", NULL) == -1)
                 err(1, "tame");                  err(1, "tame");
   
         (void)fclose(fscript);          (void)fclose(fscript);

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30