diff options
author | jkim <jkim@FreeBSD.org> | 2013-05-23 05:42:35 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-05-23 05:42:35 +0000 |
commit | b6198521c8334a27c0e3a8202347654ff272895e (patch) | |
tree | 3598651de83142df8fc17b6d40fc42a27bbe410d /contrib/openbsm/bin | |
parent | 68b09f240d29ac65863cfa52dd5ab2c39c09a984 (diff) | |
download | FreeBSD-src-b6198521c8334a27c0e3a8202347654ff272895e.zip FreeBSD-src-b6198521c8334a27c0e3a8202347654ff272895e.tar.gz |
Work around build breakages with GCC 4.2.
Reported by: tinderbox
Diffstat (limited to 'contrib/openbsm/bin')
-rw-r--r-- | contrib/openbsm/bin/auditdistd/token.l | 1 |
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 |