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

Diff for /src/usr.bin/from/from.c between version 1.27 and 1.28

version 1.27, 2020/05/29 07:16:50 version 1.28, 2021/07/12 15:09:19
Line 80 
Line 80 
         file = mail_spool(file, *argv);          file = mail_spool(file, *argv);
   
         if (unveil(file, "r") == -1)          if (unveil(file, "r") == -1)
                 err(1, "unveil");                  err(1, "unveil %s", file);
         if (pledge("stdio rpath", NULL) == -1)          if (pledge("stdio rpath", NULL) == -1)
                 err(1, "pledge");                  err(1, "pledge");
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28