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

Diff for /src/usr.bin/cvs/cvs.c between version 1.157 and 1.158

version 1.157, 2015/11/19 17:44:01 version 1.158, 2016/09/04 16:39:50
Line 187 
Line 187 
         struct stat st;          struct stat st;
         char fpath[PATH_MAX];          char fpath[PATH_MAX];
   
         if (pledge("stdio rpath wpath cpath fattr proc exec", NULL) == -1)          if (pledge("stdio rpath wpath cpath fattr getpw proc exec", NULL) == -1)
                 err(1, "pledge");                  err(1, "pledge");
   
         tzset();          tzset();

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.158