From: Todd C. Miller Date: Sun, 9 Nov 2008 14:15:36 +0000 (+0000) Subject: regen X-Git-Tag: SUDO_1_7_0~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a33e988df6b5dad7ff62fb1c632699ea43afd718;p=sudo regen --- diff --git a/gram.c b/gram.c index 221a50b12..5bc13f5b9 100644 --- a/gram.c +++ b/gram.c @@ -6,6 +6,8 @@ static char yyrcsid[] #endif /* __GNUC__ >= 2 */ = "$OpenBSD: skeleton.c,v 1.29 2008/07/08 15:06:50 otto Exp $"; #endif +#include +#include #define YYBYACC 1 #define YYMAJOR 1 #define YYMINOR 9 @@ -17,7 +19,7 @@ static char yyrcsid[] #define YYPREFIX "yy" #line 2 "gram.y" /* - * Copyright (c) 1996, 1998-2005, 2007 + * Copyright (c) 1996, 1998-2005, 2007-2008 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/toke.c b/toke.c index 21e2a5ccc..fa2977164 100644 --- a/toke.c +++ b/toke.c @@ -1311,7 +1311,7 @@ char *yytext; #define INITIAL 0 #line 2 "toke.l" /* - * Copyright (c) 1996, 1998-2005, 2007 + * Copyright (c) 1996, 1998-2005, 2007-2008 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any