summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-11-03 15:34:24 +0000
committerdg <dg@FreeBSD.org>1994-11-03 15:34:24 +0000
commit4eb4e538efa212af0e7df9e8557df23a59644254 (patch)
tree54a8b84bde688c490e87c8edee10a8a3c65401b6 /usr.sbin/config
parent528bf515f622db520babcf00f910d89deb294560 (diff)
downloadFreeBSD-src-4eb4e538efa212af0e7df9e8557df23a59644254.zip
FreeBSD-src-4eb4e538efa212af0e7df9e8557df23a59644254.tar.gz
Don't include map.h - it's been obsoleted.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/mkioconf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/config/mkioconf.c b/usr.sbin/config/mkioconf.c
index 2b4e9ad..822f80c 100644
--- a/usr.sbin/config/mkioconf.c
+++ b/usr.sbin/config/mkioconf.c
@@ -62,7 +62,6 @@ vax_ioconf()
fprintf(fp, "#include \"vax/include/pte.h\"\n");
fprintf(fp, "#include \"sys/param.h\"\n");
fprintf(fp, "#include \"sys/buf.h\"\n");
- fprintf(fp, "#include \"sys/map.h\"\n");
fprintf(fp, "\n");
fprintf(fp, "#include \"vax/mba/mbavar.h\"\n");
fprintf(fp, "#include \"vax/uba/ubavar.h\"\n\n");
@@ -306,7 +305,6 @@ tahoe_ioconf()
fprintf(fp, "#include \"sys/param.h\"\n");
fprintf(fp, "#include \"tahoe/include/pte.h\"\n");
fprintf(fp, "#include \"sys/buf.h\"\n");
- fprintf(fp, "#include \"sys/map.h\"\n");
fprintf(fp, "\n");
fprintf(fp, "#include \"tahoe/vba/vbavar.h\"\n");
fprintf(fp, "\n");
@@ -480,7 +478,6 @@ hp300_ioconf()
}
fprintf(fp, "#include \"sys/param.h\"\n");
fprintf(fp, "#include \"sys/buf.h\"\n");
- fprintf(fp, "#include \"sys/map.h\"\n");
fprintf(fp, "\n");
if (machine == MACHINE_HP300)
fprintf(fp, "#include \"hp/dev/device.h\"\n\n");
@@ -867,7 +864,6 @@ news_ioconf()
}
fprintf(fp, "#include \"sys/param.h\"\n");
fprintf(fp, "#include \"sys/buf.h\"\n");
- fprintf(fp, "#include \"sys/map.h\"\n");
fprintf(fp, "#include \"vm/vm.h\"\n");
fprintf(fp, "#include \"iop.h\"\n");
fprintf(fp, "#include \"hb.h\"\n");
OpenPOWER on IntegriCloud