=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ctags/ctags.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/ctags/ctags.c 2015/08/22 04:23:07 1.16 +++ src/usr.bin/ctags/ctags.c 2015/10/07 06:33:31 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: ctags.c,v 1.16 2015/08/22 04:23:07 semarie Exp $ */ +/* $OpenBSD: ctags.c,v 1.17 2015/10/07 06:33:31 deraadt Exp $ */ /* $NetBSD: ctags.c,v 1.4 1995/09/02 05:57:23 jtc Exp $ */ /* @@ -76,6 +76,9 @@ int exit_val; /* exit value */ int step; /* step through args */ int ch; /* getopts char */ + + if (tame("stdio rpath wpath cpath", NULL) == -1) + err(1, "tame"); aflag = uflag = NO; while ((ch = getopt(argc, argv, "BFadf:tuwvx")) != -1)