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

Diff for /src/usr.bin/systat/main.c between version 1.70 and 1.71

version 1.70, 2019/06/28 13:35:04 version 1.71, 2019/10/14 19:22:17
Line 526 
Line 526 
   
         setup_term(maxlines);          setup_term(maxlines);
   
           if (unveil("/", "r") == -1)
                   err(1, "unveil");
           if (unveil(NULL, NULL) == -1)
                   err(1, "unveil");
   
         if (rawmode && countmax == 0)          if (rawmode && countmax == 0)
                 countmax = 1;                  countmax = 1;
   

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71