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

Diff for /src/usr.bin/stat/stat.c between version 1.18 and 1.19

version 1.18, 2013/11/26 21:08:12 version 1.19, 2015/10/06 00:24:20
Line 158 
Line 158 
         int lsF, fmtchar, usestat, fn, nonl, quiet;          int lsF, fmtchar, usestat, fn, nonl, quiet;
         char *statfmt, *options, *synopsis;          char *statfmt, *options, *synopsis;
   
           if (tame("stdio getpw rpath", NULL) == -1)
                   err(1, "tame");
   
         lsF = 0;          lsF = 0;
         fmtchar = '\0';          fmtchar = '\0';
         usestat = 0;          usestat = 0;

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