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

Diff for /src/usr.bin/split/split.c between version 1.19 and 1.20

version 1.19, 2015/10/07 14:37:11 version 1.20, 2015/10/09 01:37:08
Line 68 
Line 68 
         char *ep, *p;          char *ep, *p;
         const char *errstr;          const char *errstr;
   
         if (tame("stdio rpath wpath cpath", NULL) == -1)          if (pledge("stdio rpath wpath cpath", NULL) == -1)
                 err(1, "tame");                  err(1, "pledge");
   
         while ((ch = getopt(argc, argv, "0123456789a:b:l:p:-")) != -1)          while ((ch = getopt(argc, argv, "0123456789a:b:l:p:-")) != -1)
                 switch (ch) {                  switch (ch) {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20