summaryrefslogtreecommitdiff
path: root/libtreefs/s-io.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 /libtreefs/s-io.c
parentd5192f3ae0bc49683b16882e47d1bc39607d5363 (diff)
Reverted changes related to io_map_segment.
Diffstat (limited to 'libtreefs/s-io.c')
-rw-r--r--libtreefs/s-io.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/libtreefs/s-io.c b/libtreefs/s-io.c
index 3702ee25..6fdc504a 100644
--- a/libtreefs/s-io.c
+++ b/libtreefs/s-io.c
@@ -1,6 +1,6 @@
/* io_t rpc stubs; see <hurd/io.defs> for more info
- Copyright (C) 1995, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.ai.mit.edu>
@@ -85,14 +85,6 @@ 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;
return treefs_s_io_map (cred, rdobj, rd_type, wrobj, wr_type);