=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/paste/paste.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/paste/paste.c 2015/10/07 14:12:42 1.20 --- src/usr.bin/paste/paste.c 2015/10/09 01:37:08 1.21 *************** *** 1,4 **** ! /* $OpenBSD: paste.c,v 1.20 2015/10/07 14:12:42 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: paste.c,v 1.21 2015/10/09 01:37:08 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. *************** *** 57,64 **** extern int optind; int ch, seq; ! if (tame("stdio rpath", NULL) == -1) ! err(1, "tame"); seq = 0; while ((ch = getopt(argc, argv, "d:s")) != -1) { --- 57,64 ---- extern int optind; int ch, seq; ! if (pledge("stdio rpath", NULL) == -1) ! err(1, "pledge"); seq = 0; while ((ch = getopt(argc, argv, "d:s")) != -1) {