summaryrefslogtreecommitdiff
path: root/libtrivfs/io-map.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 /libtrivfs/io-map.c
parentd5192f3ae0bc49683b16882e47d1bc39607d5363 (diff)
Reverted changes related to io_map_segment.
Diffstat (limited to 'libtrivfs/io-map.c')
-rw-r--r--libtrivfs/io-map.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtrivfs/io-map.c b/libtrivfs/io-map.c
index 958b53cf..f94bf8a5 100644
--- a/libtrivfs/io-map.c
+++ b/libtrivfs/io-map.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1993, 1994, 1999 Free Software Foundation
+ Copyright (C) 1993, 1994 Free Software Foundation
This file is part of the GNU Hurd.
@@ -32,6 +32,6 @@ trivfs_S_io_map (struct trivfs_protid *cred,
mach_port_t *wrobj,
mach_msg_type_name_t *wrtype)
{
- return trivfs_S_io_map_segment (cred, 0, reply, replytype,
- rdobj, rdtype, wrobj, wrtype);
+ assert (!trivfs_support_read && !trivfs_support_write);
+ return EOPNOTSUPP;
}