=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/indent/indent.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/indent/indent.c 2015/10/05 23:42:40 1.28 --- src/usr.bin/indent/indent.c 2015/10/09 01:37:07 1.29 *************** *** 1,4 **** ! /* $OpenBSD: indent.c,v 1.28 2015/10/05 23:42:40 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 --- 1,4 ---- ! /* $OpenBSD: indent.c,v 1.29 2015/10/09 01:37:07 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 *************** *** 78,85 **** int last_else = 0; /* true iff last keyword was an else */ ! if (tame("stdio rpath wpath cpath", NULL) == -1) ! err(1, "tame"); /*-----------------------------------------------*\ | INITIALIZATION | --- 78,85 ---- int last_else = 0; /* true iff last keyword was an else */ ! if (pledge("stdio rpath wpath cpath", NULL) == -1) ! err(1, "pledge"); /*-----------------------------------------------*\ | INITIALIZATION |