freebsd-ports/sysutils/heartbeat/files/patch-telecom-recoverymgrd-conf_lex.l
Tijl Coosemans e76bd53834 Fix build on FreeBSD 10.
PR:		ports/181855
Submitted by:	Justin Head <ports@encarnate.com> (maintainer)
2013-10-19 20:49:37 +00:00

14 lines
272 B
Text

--- telecom/recoverymgrd/conf_lex.l.orig 2008-08-18 07:32:19.000000000 -0500
+++ telecom/recoverymgrd/conf_lex.l 2013-09-05 19:11:32.000000000 -0500
@@ -56,9 +56,11 @@
%{
FILE *yyget_out(void);
%}
+/*
%{
int yyget_leng(void);
%}
+*/
%{
char *yyget_text(void);
%}