=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/comm/comm.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/comm/comm.c 2015/10/05 13:30:30 1.9 +++ src/usr.bin/comm/comm.c 2015/10/09 01:37:07 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: comm.c,v 1.9 2015/10/05 13:30:30 deraadt Exp $ */ +/* $OpenBSD: comm.c,v 1.10 2015/10/09 01:37:07 deraadt Exp $ */ /* $NetBSD: comm.c,v 1.10 1995/09/05 19:57:43 jtc Exp $ */ /* @@ -61,8 +61,8 @@ setlocale(LC_ALL, ""); - if (tame("stdio rpath", NULL) == -1) - err(1, "tame"); + if (pledge("stdio rpath", NULL) == -1) + err(1, "pledge"); flag1 = flag2 = flag3 = 1; compare = strcoll;