=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/from/from.c,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/from/from.c 2020/05/29 07:16:50 1.27 --- src/usr.bin/from/from.c 2021/07/12 15:09:19 1.28 *************** *** 1,4 **** ! /* $OpenBSD: from.c,v 1.27 2020/05/29 07:16:50 mestre Exp $ */ /* $NetBSD: from.c,v 1.6 1995/09/01 01:39:10 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: from.c,v 1.28 2021/07/12 15:09:19 beck Exp $ */ /* $NetBSD: from.c,v 1.6 1995/09/01 01:39:10 jtc Exp $ */ /* *************** *** 80,86 **** file = mail_spool(file, *argv); if (unveil(file, "r") == -1) ! err(1, "unveil"); if (pledge("stdio rpath", NULL) == -1) err(1, "pledge"); --- 80,86 ---- file = mail_spool(file, *argv); if (unveil(file, "r") == -1) ! err(1, "unveil %s", file); if (pledge("stdio rpath", NULL) == -1) err(1, "pledge");