From 5f8ee9037ebdec8cf241ee30f0b8375801a2fed2 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 8 Sep 1999 08:40:34 +0000 Subject: Conform to addition of io_map_segment. --- libtreefs/s-io.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'libtreefs/s-io.c') diff --git a/libtreefs/s-io.c b/libtreefs/s-io.c index 6fdc504a..3702ee25 100644 --- a/libtreefs/s-io.c +++ b/libtreefs/s-io.c @@ -1,6 +1,6 @@ /* io_t rpc stubs; see for more info - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1999 Free Software Foundation, Inc. Written by Miles Bader @@ -84,6 +84,14 @@ error_t treefs_S_io_map (struct treefs_protid *cred, memory_object_t *rdobj, mach_msg_type_name_t *rd_type, memory_object_t *wrobj, mach_msg_type_name_t *wr_type) +{ + return treefs_S_io_map_segment (cred, 0, rdobj, rd_type, wrobj, wr_type); +} + +error_t +treefs_S_io_map_segment (struct treefs_protid *cred, ind index, + memory_object_t *rdobj, mach_msg_type_name_t *rd_type, + memory_object_t *wrobj, mach_msg_type_name_t *wr_type) { if (!cred) return EOPNOTSUPP; -- cgit v1.2.3