summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hcsecd
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-11-22 14:16:22 +0000
committerbrucec <brucec@FreeBSD.org>2010-11-22 14:16:22 +0000
commit3aec76f035865d47bf52471aecdc000518a7d857 (patch)
treebfa6b6b55bcc96368e3e62dae19de181e5d0225d /usr.sbin/bluetooth/hcsecd
parent81eaf1c5874fd3b8b14321ec439cbaf24c2c4474 (diff)
downloadFreeBSD-src-3aec76f035865d47bf52471aecdc000518a7d857.zip
FreeBSD-src-3aec76f035865d47bf52471aecdc000518a7d857.tar.gz
Don't generate input() since it's not used.
Diffstat (limited to 'usr.sbin/bluetooth/hcsecd')
-rw-r--r--usr.sbin/bluetooth/hcsecd/lexer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/hcsecd/lexer.l b/usr.sbin/bluetooth/hcsecd/lexer.l
index 2430d7e..578b42f 100644
--- a/usr.sbin/bluetooth/hcsecd/lexer.l
+++ b/usr.sbin/bluetooth/hcsecd/lexer.l
@@ -34,7 +34,7 @@
#include "parser.h"
%}
-%option yylineno noyywrap nounput
+%option yylineno noyywrap nounput noinput
delim [ \t\n]
ws {delim}+
OpenPOWER on IntegriCloud