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. --- storeio/ChangeLog | 4 ++++ storeio/io.c | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'storeio') diff --git a/storeio/ChangeLog b/storeio/ChangeLog index be4eab62..14a134d1 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,7 @@ +1999-09-13 Roland McGrath + + * io.c: Reverted changes related to io_map_segment. + 1999-09-07 Thomas Bushnell, BSG * io.c (trivfs_S_io_map): Renamed to ... diff --git a/storeio/io.c b/storeio/io.c index 6acaa205..f3a6a732 100644 --- a/storeio/io.c +++ b/storeio/io.c @@ -34,13 +34,11 @@ mapping; they will set none of the ports and return an error. Such objects can still be accessed by io_read and io_write. */ error_t -trivfs_S_io_map_segment (struct trivfs_protid *cred, int index, +trivfs_S_io_map (struct trivfs_protid *cred, mach_port_t reply, mach_msg_type_name_t reply_type, memory_object_t *rd_obj, mach_msg_type_name_t *rd_type, memory_object_t *wr_obj, mach_msg_type_name_t *wr_type) { - assert (index == 0); /* XXX */ - if (! cred) return EOPNOTSUPP; else if (! (cred->po->openmodes & (O_READ|O_WRITE))) -- cgit v1.2.3