From 9cc839e9475638ac3f8cdf9f0ea7e4db1d414835 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 8 Sep 1999 08:41:11 +0000 Subject: 1999-09-07 Thomas Bushnell, BSG * io-ops.c (S_io_map_segment): New function. --- pfinet/ChangeLog | 4 ++++ pfinet/io-ops.c | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index fe684aac..d08e9b32 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,7 @@ +1999-09-07 Thomas Bushnell, BSG + + * io-ops.c (S_io_map_segment): New function. + 1999-07-11 Roland McGrath * pfinet.h: Add #include for munmap decl. diff --git a/pfinet/io-ops.c b/pfinet/io-ops.c index b6831c31..1a75b6e3 100644 --- a/pfinet/io-ops.c +++ b/pfinet/io-ops.c @@ -579,6 +579,17 @@ S_io_map (struct sock_user *user, return EOPNOTSUPP; } +error_t +S_io_map_segment (struct sock_user *user, + int index, + mach_port_t *rdobj, + mach_msg_type_name_t *rdobj_type, + mach_port_t *wrobj, + mach_msg_type_name_t *wrobj_type) +{ + return EOPNOTSUPP; +} + error_t S_io_map_cntl (struct sock_user *user, mach_port_t *obj, -- cgit v1.2.3