aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-11-03 15:34:24 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-11-03 15:34:24 +0000
commitb2ed7c74c7c9ecc1bde87438cb9383432d732aab (patch)
tree54a8b84bde688c490e87c8edee10a8a3c65401b6 /usr.sbin/config
parent8cf0da9cebcf7343bd02ed53d338da646c97d5c2 (diff)
downloadsrc-b2ed7c74c7c9ecc1bde87438cb9383432d732aab.tar.gz
src-b2ed7c74c7c9ecc1bde87438cb9383432d732aab.zip
Don't include map.h - it's been obsoleted.
Notes
Notes: svn path=/head/; revision=4117
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 2b4e9adfa88f..822f80cc4c55 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");