=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.c,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/find/find.c 2015/10/09 01:37:07 1.19 --- src/usr.bin/find/find.c 2015/10/10 20:35:00 1.20 *************** *** 1,4 **** ! /* $OpenBSD: find.c,v 1.19 2015/10/09 01:37:07 deraadt Exp $ */ /*- * Copyright (c) 1991, 1993 --- 1,4 ---- ! /* $OpenBSD: find.c,v 1.20 2015/10/10 20:35:00 deraadt Exp $ */ /*- * Copyright (c) 1991, 1993 *************** *** 155,161 **** PLAN *p; if (mayexecve == 0) ! if (pledge("stdio getpw rpath", NULL) == -1) err(1, "pledge"); rval = 0; --- 155,161 ---- PLAN *p; if (mayexecve == 0) ! if (pledge("stdio rpath getpw", NULL) == -1) err(1, "pledge"); rval = 0;