summaryrefslogtreecommitdiffstats
path: root/grammar/lexer.l
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-07-10 17:47:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-07-10 17:47:11 +0200
commitebcf2c01833223e901b797c502d82e1043073464 (patch)
tree5d5d486860bbe9ee4e032d92fba00a366d931b98 /grammar/lexer.l
parent1280d7d5d4e67fcd2de8cfb52cea94b4222e9553 (diff)
parent93c5ec6305095306adff8aad5081cd5bb675cf72 (diff)
downloadrsyslog-ebcf2c01833223e901b797c502d82e1043073464.tar.gz
rsyslog-ebcf2c01833223e901b797c502d82e1043073464.tar.bz2
rsyslog-ebcf2c01833223e901b797c502d82e1043073464.zip
Merge branch 'v7-stable'
Diffstat (limited to 'grammar/lexer.l')
-rw-r--r--grammar/lexer.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/grammar/lexer.l b/grammar/lexer.l
index 237eb2a6..ed5d8a80 100644
--- a/grammar/lexer.l
+++ b/grammar/lexer.l
@@ -88,7 +88,9 @@ extern int yydebug;
/* somehow, I need these prototype even though the headers are
* included. I guess that's some autotools magic I don't understand...
*/
+#if !defined(__FreeBSD__)
int fileno(FILE *stream);
+#endif
%}