aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyslog8
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2014-10-02 21:29:19 +0000
committerBrad Davis <brd@FreeBSD.org>2014-10-02 21:29:19 +0000
commit963c8aea2db34e899a3813101610eefa817ed72a (patch)
tree063447bceb25d09e8c837769d74286fff8cd42d4 /sysutils/rsyslog8
parent72d946a2e242c86247ad894848c1dbf9d450c716 (diff)
downloadports-963c8aea2db34e899a3813101610eefa817ed72a.tar.gz
ports-963c8aea2db34e899a3813101610eefa817ed72a.zip
Notes
Diffstat (limited to 'sysutils/rsyslog8')
-rw-r--r--sysutils/rsyslog8/files/patch-grammar__lexer.l11
1 files changed, 0 insertions, 11 deletions
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