From b6198521c8334a27c0e3a8202347654ff272895e Mon Sep 17 00:00:00 2001 From: jkim Date: Thu, 23 May 2013 05:42:35 +0000 Subject: Work around build breakages with GCC 4.2. Reported by: tinderbox --- usr.sbin/jail/jaillex.l | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/jail') diff --git a/usr.sbin/jail/jaillex.l b/usr.sbin/jail/jaillex.l index b77e15a..04de85f 100644 --- a/usr.sbin/jail/jaillex.l +++ b/usr.sbin/jail/jaillex.l @@ -42,6 +42,8 @@ static ssize_t text2lval(size_t triml, size_t trimr, int tovar); static int instr; static int lineno = 1; + +#define YY_DECL int yylex(void) %} %option noinput -- cgit v1.1