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

Diff for /src/usr.bin/look/look.c between version 1.23 and 1.24

version 1.23, 2019/06/28 13:35:01 version 1.24, 2021/07/12 15:09:20
Line 111 
Line 111 
         }          }
   
         if (unveil(file, "r") == -1)          if (unveil(file, "r") == -1)
                 err(2, "unveil");                  err(2, "unveil %s", file);
         if (pledge("stdio rpath", NULL) == -1)          if (pledge("stdio rpath", NULL) == -1)
                 err(2, "pledge");                  err(2, "pledge");
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24