diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:41:20 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:41:20 +0000 |
commit | cdae183ad19a66122f18e688b5d9e4e12c24ef10 (patch) | |
tree | d8e7fa5fcf8f15b324d33a8d0a8acb920aad7995 /pflocal/io.c | |
parent | 9cc839e9475638ac3f8cdf9f0ea7e4db1d414835 (diff) |
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* io.c (S_io_map_segment): New function.
Diffstat (limited to 'pflocal/io.c')
-rw-r--r-- | pflocal/io.c | 8 |
1 files changed, 8 insertions, 0 deletions
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) { |