From 963c8aea2db34e899a3813101610eefa817ed72a Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 2 Oct 2014 21:29:19 +0000 Subject: - Remove an old patch that does not apply anymore that I missed in the previous commit Reviewed by: bdrewery --- sysutils/rsyslog8/files/patch-grammar__lexer.l | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sysutils/rsyslog8/files/patch-grammar__lexer.l (limited to 'sysutils/rsyslog8') diff --git a/sysutils/rsyslog8/files/patch-grammar__lexer.l b/sysutils/rsyslog8/files/patch-grammar__lexer.l deleted file mode 100644 index c30b117b0223..000000000000 --- a/sysutils/rsyslog8/files/patch-grammar__lexer.l +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -- cgit v1.2.3