summaryrefslogtreecommitdiff
path: root/pflocal
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-09-08 08:41:20 +0000
committerThomas Bushnell <thomas@gnu.org>1999-09-08 08:41:20 +0000
commitcdae183ad19a66122f18e688b5d9e4e12c24ef10 (patch)
treed8e7fa5fcf8f15b324d33a8d0a8acb920aad7995 /pflocal
parent9cc839e9475638ac3f8cdf9f0ea7e4db1d414835 (diff)
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* io.c (S_io_map_segment): New function.
Diffstat (limited to 'pflocal')
-rw-r--r--pflocal/ChangeLog4
-rw-r--r--pflocal/io.c8
2 files changed, 12 insertions, 0 deletions
diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog
index 5aa7ed20..fe20a8ea 100644
--- a/pflocal/ChangeLog
+++ b/pflocal/ChangeLog
@@ -1,3 +1,7 @@
+1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * io.c (S_io_map_segment): New function.
+
1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
* sock.h: Add #include <sys/mman.h>.
diff --git a/pflocal/io.c b/pflocal/io.c
index 133c75c9..e875d4a2 100644
--- a/pflocal/io.c
+++ b/pflocal/io.c
@@ -559,6 +559,14 @@ 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)
{