[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.18 and 1.19

version 1.18, 2015/01/16 06:40:12 version 1.19, 2015/10/07 14:37:11
Line 68 
Line 68 
         char *ep, *p;          char *ep, *p;
         const char *errstr;          const char *errstr;
   
           if (tame("stdio rpath wpath cpath", NULL) == -1)
                   err(1, "tame");
   
         while ((ch = getopt(argc, argv, "0123456789a:b:l:p:-")) != -1)          while ((ch = getopt(argc, argv, "0123456789a:b:l:p:-")) != -1)
                 switch (ch) {                  switch (ch) {
                 case '0': case '1': case '2': case '3': case '4':                  case '0': case '1': case '2': case '3': case '4':

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