aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/hcsecd
diff options
context:
space:
mode:
authorRebecca Cran <brucec@FreeBSD.org>2010-11-22 14:16:22 +0000
committerRebecca Cran <brucec@FreeBSD.org>2010-11-22 14:16:22 +0000
commite267ef95d5901466bdc8646802b68837e245e553 (patch)
treebfa6b6b55bcc96368e3e62dae19de181e5d0225d /usr.sbin/bluetooth/hcsecd
parent526384ecf2e4ceb79190afbf68b79d001966c75f (diff)
Notes
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 2430d7e2982c..578b42f9341c 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}+