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

Diff for /src/usr.bin/sed/main.c between version 1.32 and 1.33

version 1.32, 2016/03/17 05:27:10 version 1.33, 2016/07/14 08:31:18
Line 160 
Line 160 
                 termwidth = 80;                  termwidth = 80;
   
         if (inplace != NULL) {          if (inplace != NULL) {
                 if (pledge("stdio rpath wpath cpath fattr", NULL) == -1)                  if (pledge("stdio rpath wpath cpath fattr chown", NULL) == -1)
                         error(FATAL, "pledge: %s", strerror(errno));                          error(FATAL, "pledge: %s", strerror(errno));
         } else {          } else {
                 if (pledge("stdio rpath wpath cpath", NULL) == -1)                  if (pledge("stdio rpath wpath cpath", NULL) == -1)

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33