summaryrefslogtreecommitdiff
path: root/term/users.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-09-13 06:35:11 +0000
committerRoland McGrath <roland@gnu.org>1999-09-13 06:35:11 +0000
commit2a061ebb71bf7a93d5e7ed71fa13dd7005745965 (patch)
treec03dbbcdb1ab820ed98049bf3ad866ca4125ae2c /term/users.c
parentd5192f3ae0bc49683b16882e47d1bc39607d5363 (diff)
Reverted changes related to io_map_segment.
Diffstat (limited to 'term/users.c')
-rw-r--r--term/users.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/term/users.c b/term/users.c
index e8054a01..60b7825f 100644
--- a/term/users.c
+++ b/term/users.c
@@ -2035,12 +2035,11 @@ trivfs_S_io_select (struct trivfs_protid *cred,
}
kern_return_t
-trivfs_S_io_map_segment (struct trivfs_protid *cred,
- int index,
- mach_port_t *rdobj,
- mach_msg_type_name_t *rdtype,
- mach_port_t *wrobj,
- mach_msg_type_name_t *wrtype)
+trivfs_S_io_map (struct trivfs_protid *cred,
+ mach_port_t *rdobj,
+ mach_msg_type_name_t *rdtype,
+ mach_port_t *wrobj,
+ mach_msg_type_name_t *wrtype)
{
return EOPNOTSUPP;
}