aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kbdcontrol/lex.l
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-09-10 07:26:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-09-10 07:26:38 +0000
commitbcba42d1f877c494d64f4fabb99cf50ccc16e321 (patch)
tree18529ea598d67d9ea144443e1df261fe637c55c1 /usr.sbin/kbdcontrol/lex.l
parenta9a39d40142f7cc4a9fc4dc764c420c8290a269b (diff)
downloadsrc-bcba42d1f877c494d64f4fabb99cf50ccc16e321.tar.gz
src-bcba42d1f877c494d64f4fabb99cf50ccc16e321.zip
Stop linking to libl by specifying we do not need yywrap
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=352123
Diffstat (limited to 'usr.sbin/kbdcontrol/lex.l')
-rw-r--r--usr.sbin/kbdcontrol/lex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/kbdcontrol/lex.l b/usr.sbin/kbdcontrol/lex.l
index 9a1ea41f73e9..0568758d3708 100644
--- a/usr.sbin/kbdcontrol/lex.l
+++ b/usr.sbin/kbdcontrol/lex.l
@@ -36,6 +36,7 @@
%}
+%option noyywrap
%option nounput
%option noinput