diff options
Diffstat (limited to 'sysutils/rsyslog7/files/patch-grammar__lexer.l')
| -rw-r--r-- | sysutils/rsyslog7/files/patch-grammar__lexer.l | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/rsyslog7/files/patch-grammar__lexer.l b/sysutils/rsyslog7/files/patch-grammar__lexer.l new file mode 100644 index 000000000000..c30b117b0223 --- /dev/null +++ b/sysutils/rsyslog7/files/patch-grammar__lexer.l @@ -0,0 +1,11 @@ +--- grammar/lexer.l.orig 2014-09-30 16:44:49 UTC ++++ grammar/lexer.l +@@ -31,7 +31,7 @@ + %{ + #include "config.h" + #include "parserif.h" +-extern char *strdup(char*); /* somehow we do not get this from string.h... */ ++//extern char *strdup(char*); /* somehow we do not get this from string.h... */ + %} + + %option noyywrap nodefault case-insensitive yylineno |
