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:
Edward Tomasz Napierala 2018-10-15 19:48:36 +00:00
parent 73efa2fbd1
commit d3450d02c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339368

View File

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