summaryrefslogtreecommitdiff
path: root/libnetfs
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 /libnetfs
parentd5192f3ae0bc49683b16882e47d1bc39607d5363 (diff)
Reverted changes related to io_map_segment.
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/ChangeLog4
-rw-r--r--libnetfs/iostubs.c11
2 files changed, 5 insertions, 10 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index 49845de5..edf2fec8 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,7 @@
+1999-09-13 Roland McGrath <roland@baalperazim.frob.com>
+
+ * iostubs.c: Reverted changes related to io_map_segment.
+
1999-09-09 Thomas Bushnell, BSG <tb@mit.edu>
* fsstubs.c (netfs_S_io_pathconf): Delete function.
diff --git a/libnetfs/iostubs.c b/libnetfs/iostubs.c
index b07c947d..1465b43a 100644
--- a/libnetfs/iostubs.c
+++ b/libnetfs/iostubs.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1995, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995 Free Software Foundation, Inc.
Written by Michael I. Bushnell, p/BSG.
This file is part of the GNU Hurd.
@@ -31,14 +31,6 @@ netfs_S_io_map (struct protid *user,
}
error_t
-netfs_S_io_map_segment (struct protid *user, int index,
- mach_port_t *rdobj, mach_msg_type_name_t *rdobjtype,
- mach_port_t *wrobj, mach_msg_type_name_t *wrobjtype)
-{
- return EOPNOTSUPP;
-}
-
-error_t
netfs_S_io_map_cntl (struct protid *user,
mach_port_t *obj,
mach_msg_type_name_t *objtype)
@@ -95,4 +87,3 @@ netfs_S_io_sigio (struct protid *user)
{
return EOPNOTSUPP;
}
-