]> granicus.if.org Git - sudo/commitdiff
regen
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 9 Nov 2008 14:15:36 +0000 (14:15 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 9 Nov 2008 14:15:36 +0000 (14:15 +0000)
gram.c
toke.c

diff --git a/gram.c b/gram.c
index 221a50b1200501285cb70d677431e21ea0c48307..5bc13f5b963226b3ee765ee4a0b30654cbe3a0d2 100644 (file)
--- 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 <stdlib.h>
+#include <string.h>
 #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 <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
diff --git a/toke.c b/toke.c
index 21e2a5ccc5812e1637debba1ad74bc26431df996..fa29771647da5dc7ea131a26d4b6e7ec86db68d9 100644 (file)
--- 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 <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any