=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mixerctl/mixerctl.c,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** src/usr.bin/mixerctl/mixerctl.c 2020/04/04 08:43:08 1.33 --- src/usr.bin/mixerctl/mixerctl.c 2021/07/12 15:09:20 1.34 *************** *** 1,4 **** ! /* $OpenBSD: mixerctl.c,v 1.33 2020/04/04 08:43:08 ratchov Exp $ */ /* $NetBSD: mixerctl.c,v 1.11 1998/04/27 16:55:23 augustss Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: mixerctl.c,v 1.34 2021/07/12 15:09:20 beck Exp $ */ /* $NetBSD: mixerctl.c,v 1.11 1998/04/27 16:55:23 augustss Exp $ */ /* *************** *** 285,291 **** aflag = 1; if (unveil(file, "w") == -1) ! err(1, "unveil"); if (unveil(NULL, NULL) == -1) err(1, "unveil"); --- 285,291 ---- aflag = 1; if (unveil(file, "w") == -1) ! err(1, "unveil %s", file); if (unveil(NULL, NULL) == -1) err(1, "unveil");