From 2a061ebb71bf7a93d5e7ed71fa13dd7005745965 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 Sep 1999 06:35:11 +0000 Subject: Reverted changes related to io_map_segment. --- boot/boot.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'boot/boot.c') diff --git a/boot/boot.c b/boot/boot.c index 4c07e82a..859dae25 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1755,19 +1755,6 @@ S_io_map (mach_port_t obj, return EOPNOTSUPP; } -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, -- cgit v1.2.3