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

Diff for /src/usr.bin/mixerctl/mixerctl.c between version 1.33 and 1.34

version 1.33, 2020/04/04 08:43:08 version 1.34, 2021/07/12 15:09:20
Line 285 
Line 285 
                 aflag = 1;                  aflag = 1;
   
         if (unveil(file, "w") == -1)          if (unveil(file, "w") == -1)
                 err(1, "unveil");                  err(1, "unveil %s", file);
   
         if (unveil(NULL, NULL) == -1)          if (unveil(NULL, NULL) == -1)
                 err(1, "unveil");                  err(1, "unveil");

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34