=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/expand/expand.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/expand/expand.c 2015/10/05 13:24:39 1.13 +++ src/usr.bin/expand/expand.c 2015/10/09 01:37:07 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: expand.c,v 1.13 2015/10/05 13:24:39 deraadt Exp $ */ +/* $OpenBSD: expand.c,v 1.14 2015/10/09 01:37:07 deraadt Exp $ */ /* $NetBSD: expand.c,v 1.5 1995/09/02 06:19:46 jtc Exp $ */ /* @@ -51,8 +51,8 @@ int c, column; int n; - if (tame("stdio rpath", NULL) == -1) - err(1, "tame"); + if (pledge("stdio rpath", NULL) == -1) + err(1, "pledge"); /* handle obsolete syntax */ while (argc > 1 && argv[1][0] == '-' &&