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

Diff for /src/usr.bin/expand/expand.c between version 1.12 and 1.13

version 1.12, 2013/11/26 13:18:55 version 1.13, 2015/10/05 13:24:39
Line 51 
Line 51 
         int c, column;          int c, column;
         int n;          int n;
   
           if (tame("stdio rpath", NULL) == -1)
                   err(1, "tame");
   
         /* handle obsolete syntax */          /* handle obsolete syntax */
         while (argc > 1 && argv[1][0] == '-' &&          while (argc > 1 && argv[1][0] == '-' &&
             isdigit((unsigned char)argv[1][1])) {              isdigit((unsigned char)argv[1][1])) {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13