aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyslog7
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-10-02 22:48:47 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-10-02 22:48:47 +0000
commit28251898f1c8b3a0bb2ce1e41273bbbcf209c6c1 (patch)
tree1b62ebc5eb4bfc2924b991b49860f216e32a5ae4 /sysutils/rsyslog7
parent963c8aea2db34e899a3813101610eefa817ed72a (diff)
downloadports-28251898f1c8b3a0bb2ce1e41273bbbcf209c6c1.tar.gz
ports-28251898f1c8b3a0bb2ce1e41273bbbcf209c6c1.zip
Fix build
Notes
Notes: svn path=/head/; revision=369868
Diffstat (limited to 'sysutils/rsyslog7')
-rw-r--r--sysutils/rsyslog7/files/patch-grammar__lexer.l8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/rsyslog7/files/patch-grammar__lexer.l b/sysutils/rsyslog7/files/patch-grammar__lexer.l
index c30b117b0223..d41b53c7313c 100644
--- a/sysutils/rsyslog7/files/patch-grammar__lexer.l
+++ b/sysutils/rsyslog7/files/patch-grammar__lexer.l
@@ -1,11 +1,11 @@
---- grammar/lexer.l.orig 2014-09-30 16:44:49 UTC
-+++ grammar/lexer.l
+--- grammar/lexer.l.orig 2014-10-02 17:44:03.599344945 -0500
++++ grammar/lexer.l 2014-10-02 17:44:08.808344494 -0500
@@ -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... */
+-extern char *strdup(__const char*); /* somehow we may not get this from string.h... */
++//extern char *strdup(__const char*); /* somehow we may not get this from string.h... */
%}
%option noyywrap nodefault case-insensitive yylineno