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

Diff for /src/usr.bin/biff/biff.c between version 1.17 and 1.18

version 1.17, 2019/06/28 13:35:00 version 1.18, 2021/07/12 15:09:19
Line 62 
Line 62 
                 err(2, "tty");                  err(2, "tty");
   
         if (unveil(name, "rw") == -1)          if (unveil(name, "rw") == -1)
                 err(2, "unveil");                  err(2, "unveil %s", name);
         if (pledge("stdio rpath fattr", NULL) == -1)          if (pledge("stdio rpath fattr", NULL) == -1)
                 err(2, "pledge");                  err(2, "pledge");
   

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