diff options
author | Roland McGrath <roland@gnu.org> | 1999-09-13 06:35:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-09-13 06:35:11 +0000 |
commit | 2a061ebb71bf7a93d5e7ed71fa13dd7005745965 (patch) | |
tree | c03dbbcdb1ab820ed98049bf3ad866ca4125ae2c /boot/boot.c | |
parent | d5192f3ae0bc49683b16882e47d1bc39607d5363 (diff) |
Reverted changes related to io_map_segment.
Diffstat (limited to 'boot/boot.c')
-rw-r--r-- | boot/boot.c | 13 |
1 files changed, 0 insertions, 13 deletions
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, |