summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-05-23 05:42:35 +0000
committerjkim <jkim@FreeBSD.org>2013-05-23 05:42:35 +0000
commitb6198521c8334a27c0e3a8202347654ff272895e (patch)
tree3598651de83142df8fc17b6d40fc42a27bbe410d /contrib/openbsm
parent68b09f240d29ac65863cfa52dd5ab2c39c09a984 (diff)
downloadFreeBSD-src-b6198521c8334a27c0e3a8202347654ff272895e.zip
FreeBSD-src-b6198521c8334a27c0e3a8202347654ff272895e.tar.gz
Work around build breakages with GCC 4.2.
Reported by: tinderbox
Diffstat (limited to 'contrib/openbsm')
-rw-r--r--contrib/openbsm/bin/auditdistd/token.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/openbsm/bin/auditdistd/token.l b/contrib/openbsm/bin/auditdistd/token.l
index 5e58e87..f459013 100644
--- a/contrib/openbsm/bin/auditdistd/token.l
+++ b/contrib/openbsm/bin/auditdistd/token.l
@@ -52,6 +52,7 @@ int depth;
int lineno;
#define DP do { } while (0)
+#define YY_DECL int yylex(void)
%}
%option noinput
OpenPOWER on IntegriCloud