summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-12-30 15:29:50 +0000
committerru <ru@FreeBSD.org>2005-12-30 15:29:50 +0000
commit9d1801a10554429dd1cfce2268b2f14d02e25509 (patch)
tree89491ff57608e5c7f7419acbfdb5462531473285 /usr.sbin/config/config.h
parente1d71bf7ffd9ed8d01e36055fb6e58ec68e88197 (diff)
downloadFreeBSD-src-9d1801a10554429dd1cfce2268b2f14d02e25509.zip
FreeBSD-src-9d1801a10554429dd1cfce2268b2f14d02e25509.tar.gz
Clean up most of the "XXX"-tagged items:
- The code that creates hints.c and env.c from the skeleton files moved into separate functions. - Sanity checks for missing "ident" and "cputype" directives moved into main(), alongside the existing check for "machine". PR: bin/90310 Submitted by: Matt Emmerton <matt@gsicomp.on.ca>
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index d1ba1ed..31d3375 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -144,6 +144,8 @@ int yyparse(void);
int yylex(void);
void options(void);
void makefile(void);
+void makeenv(void);
+void makehints(void);
void headers(void);
extern STAILQ_HEAD(device_head, device) dtab;
OpenPOWER on IntegriCloud