summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/main.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-10-24 00:31:59 +0000
committerimp <imp@FreeBSD.org>2006-10-24 00:31:59 +0000
commit340936b70bdb4f940477575096982f8c30f45acd (patch)
treed2c2a39616e0e8222e96a33e03e28df657833fef /usr.sbin/config/main.c
parent38fb98a99068cbc7a00d904df8f4a044c7e2652b (diff)
downloadFreeBSD-src-340936b70bdb4f940477575096982f8c30f45acd.zip
FreeBSD-src-340936b70bdb4f940477575096982f8c30f45acd.tar.gz
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).
Diffstat (limited to 'usr.sbin/config/main.c')
-rw-r--r--usr.sbin/config/main.c1
1 files changed, 1 insertions, 0 deletions
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);
OpenPOWER on IntegriCloud