From: deraadt Date: Tue, 6 Oct 2015 05:51:01 +0000 (+0000) Subject: Obvious tame "stdio rpath wpath cpath" to a program I will never use. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=faa72410025afd6210912c4c5c4a892f2460bf2f;p=openbsd Obvious tame "stdio rpath wpath cpath" to a program I will never use. --- diff --git a/usr.bin/fgen/fgen.l b/usr.bin/fgen/fgen.l index 261b929b9f0..8930dae0d39 100644 --- a/usr.bin/fgen/fgen.l +++ b/usr.bin/fgen/fgen.l @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: fgen.l,v 1.10 2013/12/30 21:52:21 deraadt Exp $ */ +/* $OpenBSD: fgen.l,v 1.11 2015/10/06 05:51:01 deraadt Exp $ */ /* $NetBSD: fgen.l,v 1.12 2001/06/13 10:46:05 wiz Exp $ */ /* FLEX input for FORTH input file scanner */ /* @@ -960,6 +960,9 @@ main(argc, argv) char *hdrtype = "version1"; int i; + if (tame("stdio rpath wpath cpath", NULL) == -1) + err(1, "tame"); + outf = 1; /* stdout */ myname = argv[0];