Date: Thu, 2 Oct 2014 22:48:48 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369868 - head/sysutils/rsyslog7/files Message-ID: <201410022248.s92Mmm1X053492@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Thu Oct 2 22:48:47 2014 New Revision: 369868 URL: https://svnweb.freebsd.org/changeset/ports/369868 QAT: https://qat.redports.org/buildarchive/r369868/ Log: Fix build Modified: head/sysutils/rsyslog7/files/patch-grammar__lexer.l Modified: head/sysutils/rsyslog7/files/patch-grammar__lexer.l ============================================================================== --- head/sysutils/rsyslog7/files/patch-grammar__lexer.l Thu Oct 2 22:02:25 2014 (r369867) +++ head/sysutils/rsyslog7/files/patch-grammar__lexer.l Thu Oct 2 22:48:47 2014 (r369868) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410022248.s92Mmm1X053492>