From 340936b70bdb4f940477575096982f8c30f45acd Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 24 Oct 2006 00:31:59 +0000 Subject: End my resistance to jmg's multiple hints files and bring in support for having multiple hints files generate a correct hints.c (eg, with all the specified ones catenated together). --- usr.sbin/config/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/config/main.c') diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c index a87f3d7..f9d2322 100644 --- a/usr.sbin/config/main.c +++ b/usr.sbin/config/main.c @@ -160,6 +160,7 @@ main(int argc, char **argv) STAILQ_INIT(&fntab); SLIST_INIT(&cputype); STAILQ_INIT(&ftab); + STAILQ_INIT(&hints); if (yyparse()) exit(3); -- cgit v1.1