summaryrefslogtreecommitdiff
path: root/libnetfs/iostubs.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-09-08 08:40:12 +0000
committerThomas Bushnell <thomas@gnu.org>1999-09-08 08:40:12 +0000
commit6f378c68d569b423dd522568451633d20eb58ed8 (patch)
tree4ccb0205bf5613daca918b51d6e8ab850e8b2b77 /libnetfs/iostubs.c
parentd0406a7c26030ff991f4eb19df2263ffe0f4f444 (diff)
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* iostubs.c (netfs_S_io_map_segment): New function.
Diffstat (limited to 'libnetfs/iostubs.c')
-rw-r--r--libnetfs/iostubs.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/libnetfs/iostubs.c b/libnetfs/iostubs.c
index 1465b43a..b07c947d 100644
--- a/libnetfs/iostubs.c
+++ b/libnetfs/iostubs.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1999 Free Software Foundation, Inc.
Written by Michael I. Bushnell, p/BSG.
This file is part of the GNU Hurd.
@@ -31,6 +31,14 @@ 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)
@@ -87,3 +95,4 @@ netfs_S_io_sigio (struct protid *user)
{
return EOPNOTSUPP;
}
+