[Midnightbsd-cvs] src [7116] trunk/usr.sbin/fifolog/lib/getdate.y: fix build of fifolog with lex & yacc updates.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jul 21 10:31:05 EDT 2015
Revision: 7116
http://svnweb.midnightbsd.org/src/?rev=7116
Author: laffer1
Date: 2015-07-21 10:31:05 -0400 (Tue, 21 Jul 2015)
Log Message:
-----------
fix build of fifolog with lex & yacc updates.
Modified Paths:
--------------
trunk/usr.sbin/fifolog/lib/getdate.y
Modified: trunk/usr.sbin/fifolog/lib/getdate.y
===================================================================
--- trunk/usr.sbin/fifolog/lib/getdate.y 2015-07-21 13:05:45 UTC (rev 7115)
+++ trunk/usr.sbin/fifolog/lib/getdate.y 2015-07-21 14:31:05 UTC (rev 7116)
@@ -24,11 +24,9 @@
#include "libfifolog.h"
-#define yyparse getdate_yyparse
#define yylex getdate_yylex
#define yyerror getdate_yyerror
-static int yyparse(void);
static int yylex(void);
static int yyerror(const char *);
More information about the Midnightbsd-cvs
mailing list