summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apmd
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/apmd
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/apmd')
-rw-r--r--usr.sbin/apmd/apmdlex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/apmd/apmdlex.l b/usr.sbin/apmd/apmdlex.l
index 0f95574..dc7664d 100644
--- a/usr.sbin/apmd/apmdlex.l
+++ b/usr.sbin/apmd/apmdlex.l
@@ -38,6 +38,7 @@
/* We don't need it, avoid the warning. */
#define YY_NO_UNPUT
+#define YY_NO_INPUT
int lineno;
int first_time;
OpenPOWER on IntegriCloud