summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/getdate.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/find/getdate.y b/usr.bin/find/getdate.y
index 81a9c47..16ffb6e 100644
--- a/usr.bin/find/getdate.y
+++ b/usr.bin/find/getdate.y
@@ -60,11 +60,9 @@ __FBSDID("$FreeBSD$");
#include <time.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 *);
OpenPOWER on IntegriCloud