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

Diff for /src/usr.bin/compress/main.c between version 1.88 and 1.89

version 1.88, 2015/10/04 16:50:29 version 1.89, 2015/10/09 01:37:07
Line 167 
Line 167 
         char outfile[PATH_MAX], _infile[PATH_MAX], suffix[16];          char outfile[PATH_MAX], _infile[PATH_MAX], suffix[16];
         int bits, ch, error, rc, cflag, oflag;          int bits, ch, error, rc, cflag, oflag;
   
         if (tame("stdio rpath wpath cpath fattr", NULL) == -1)          if (pledge("stdio rpath wpath cpath fattr", NULL) == -1)
                 err(1, "tame");                  err(1, "pledge");
   
         bits = cflag = oflag = 0;          bits = cflag = oflag = 0;
         storename = -1;          storename = -1;

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89