summaryrefslogtreecommitdiff
path: root/pflocal/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 /pflocal/io.c
parentd5192f3ae0bc49683b16882e47d1bc39607d5363 (diff)
Reverted changes related to io_map_segment.
Diffstat (limited to 'pflocal/io.c')
-rw-r--r--pflocal/io.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/pflocal/io.c b/pflocal/io.c
index e875d4a2..133c75c9 100644
--- a/pflocal/io.c
+++ b/pflocal/io.c
@@ -559,14 +559,6 @@ S_io_map (struct sock_user *user,
}
error_t
-S_io_map_segment (struct sock_user *user, int index,
- mach_port_t *memobj_rd, mach_msg_type_name_t *memobj_rd_type,
- mach_port_t *memobj_wt, mach_msg_type_name_t *memobj_wt_type)
-{
- return EOPNOTSUPP;
-}
-
-error_t
S_io_map_cntl (struct sock_user *user,
mach_port_t *mem, mach_msg_type_name_t *mem_type)
{