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

Diff for /src/usr.bin/cut/cut.c between version 1.25 and 1.26

version 1.25, 2018/07/13 08:51:14 version 1.26, 2019/02/07 19:11:23
Line 142 
Line 142 
                         }                          }
                 }                  }
         else {          else {
                 if (pledge("stdio rpath", NULL) == -1)                  if (pledge("stdio", NULL) == -1)
                         err(1, "pledge");                          err(1, "pledge");
   
                 fcn(stdin, "stdin");                  fcn(stdin, "stdin");

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26