summaryrefslogtreecommitdiff
path: root/pflocal
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
parentd5192f3ae0bc49683b16882e47d1bc39607d5363 (diff)
Reverted changes related to io_map_segment.
Diffstat (limited to 'pflocal')
-rw-r--r--pflocal/ChangeLog4
-rw-r--r--pflocal/io.c8
2 files changed, 4 insertions, 8 deletions
diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog
index fe20a8ea..c7c36fc0 100644
--- a/pflocal/ChangeLog
+++ b/pflocal/ChangeLog
@@ -1,3 +1,7 @@
+1999-09-13 Roland McGrath <roland@baalperazim.frob.com>
+
+ * io.c: Reverted changes related to io_map_segment.
+
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* io.c (S_io_map_segment): New function.
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)
{