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