From c1773af84c6c752eb4af2d015cc80e7085fb256c Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Tue, 30 Jul 2002 05:39:32 +0000 Subject: sync prototype for yyerror(). --- bin/systrace/lex.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/systrace/lex.l b/bin/systrace/lex.l index df1262a483f..5200dbe1f31 100644 --- a/bin/systrace/lex.l +++ b/bin/systrace/lex.l @@ -1,4 +1,4 @@ -/* $OpenBSD: lex.l,v 1.7 2002/07/19 14:38:58 itojun Exp $ */ +/* $OpenBSD: lex.l,v 1.8 2002/07/30 05:39:31 itojun Exp $ */ /* * Copyright 2002 Niels Provos @@ -47,7 +47,7 @@ #include "systrace.h" #include "y.tab.h" -int yyerror(char *fmt, ...); +extern int yyerror(const char *fmt, ...); int yylex(void); char *mystring; -- cgit v1.2.3