From: Todd C. Miller Date: Tue, 28 Sep 2004 18:31:38 +0000 (+0000) Subject: init_parser now takes a path X-Git-Tag: SUDO_1_7_0~929 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01212e4ebb15bba1cd0ddd4732abea699109ebb1;p=sudo init_parser now takes a path --- diff --git a/testsudoers.c b/testsudoers.c index c191c9d71..ca137823e 100644 --- a/testsudoers.c +++ b/testsudoers.c @@ -82,7 +82,6 @@ static const char rcsid[] = "$Sudo$"; /* * Prototypes */ -void init_parser __P((void)); void dumpaliases __P((void)); void set_perms_dummy __P((int)); @@ -426,7 +425,7 @@ main(argc, argv) load_interfaces(); /* Allocate space for data structures in the parser. */ - init_parser(); + init_parser("sudoers"); if (yyparse() || parse_error) { (void) printf("doesn't parse.\n");