[Midnightbsd-cvs] src [7106] trunk/usr.bin/find/getdate.y: fix build of find(1) with updated yacc

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jul 18 07:10:20 EDT 2015


Revision: 7106
          http://svnweb.midnightbsd.org/src/?rev=7106
Author:   laffer1
Date:     2015-07-18 07:10:19 -0400 (Sat, 18 Jul 2015)
Log Message:
-----------
fix build of find(1) with updated yacc

Modified Paths:
--------------
    trunk/usr.bin/find/getdate.y

Modified: trunk/usr.bin/find/getdate.y
===================================================================
--- trunk/usr.bin/find/getdate.y	2015-07-18 00:35:13 UTC (rev 7105)
+++ trunk/usr.bin/find/getdate.y	2015-07-18 11:10:19 UTC (rev 7106)
@@ -64,7 +64,6 @@
 #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