=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/split/split.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/split/split.c 2015/10/07 14:37:11 1.19 +++ src/usr.bin/split/split.c 2015/10/09 01:37:08 1.20 @@ -1,4 +1,4 @@ -/* $OpenBSD: split.c,v 1.19 2015/10/07 14:37:11 deraadt Exp $ */ +/* $OpenBSD: split.c,v 1.20 2015/10/09 01:37:08 deraadt Exp $ */ /* $NetBSD: split.c,v 1.5 1995/08/31 22:22:05 jtc Exp $ */ /* @@ -68,8 +68,8 @@ char *ep, *p; const char *errstr; - if (tame("stdio rpath wpath cpath", NULL) == -1) - err(1, "tame"); + if (pledge("stdio rpath wpath cpath", NULL) == -1) + err(1, "pledge"); while ((ch = getopt(argc, argv, "0123456789a:b:l:p:-")) != -1) switch (ch) {