summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot/ChangeLog4
-rw-r--r--boot/boot.c13
2 files changed, 4 insertions, 13 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog
index 50fb864a..ddafdd82 100644
--- a/boot/ChangeLog
+++ b/boot/ChangeLog
@@ -1,3 +1,7 @@
+1999-09-13 Roland McGrath <roland@baalperazim.frob.com>
+
+ * boot.c: Reverted changes related to io_map_segment.
+
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* boot.c (S_io_map_segment): New function.
diff --git a/boot/boot.c b/boot/boot.c
index 4c07e82a..859dae25 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -1756,19 +1756,6 @@ S_io_map (mach_port_t obj,
}
kern_return_t
-S_io_map_segment (mach_port_t obj,
- mach_port_t reply_port,
- mach_msg_type_name_t reply_type,
- int index,
- mach_port_t *rd,
- mach_msg_type_name_t *rdtype,
- mach_port_t *wr,
- mach_msg_type_name_t *wrtype)
-{
- return EOPNOTSUPP;
-}
-
-kern_return_t
S_io_map_cntl (mach_port_t obj,
mach_port_t reply_port,
mach_msg_type_name_t reply_type,