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

Diff for /src/usr.bin/vmstat/vmstat.c between version 1.150 and 1.151

version 1.150, 2019/11/28 16:27:26 version 1.151, 2021/07/12 15:09:20
Line 213 
Line 213 
         }          }
   
         if (unveil("/", "") == -1)          if (unveil("/", "") == -1)
                 err(1, "unveil");                  err(1, "unveil /");
         if (unveil(NULL, NULL) == -1)          if (unveil(NULL, NULL) == -1)
                 err(1, "unveil");                  err(1, "unveil");
   

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151