Prevent flex(1) from generating calls to isatty(3) - and, in turn,

TIOCGETA ioctls - when parsing nsswitch.conf(5).

Reviewed by:	imp, markj
Approved by:	re (gjb)
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D17564
This commit is contained in:
trasz 2018-10-15 19:48:36 +00:00
parent c741b8babc
commit bf79aaf374

View File

@ -50,6 +50,7 @@ static char *rcsid =
%}
%option never-interactive
%option noinput
%option nounput
%option yylineno