diff options
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/ChangeLog | 8 | ||||
-rw-r--r-- | pfinet/io-ops.c | 11 |
2 files changed, 6 insertions, 13 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index 05606bc2..f7f97be4 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,7 +1,11 @@ +1999-09-13 Roland McGrath <roland@baalperazim.frob.com> + + * io-ops.c: Reverted changes related to io_map_segment. + 1999-09-09 Thomas Bushnell, BSG <tb@mit.edu> * ethernet.c (ethernet_open): Don't start the input work thread - here. + here. (more_packets, mark_bh, input_work_thread): Move these to ... * devices.c: ... here. @@ -11,7 +15,7 @@ * devices.c (add_device): Remove unused function. * pfinet.h (incoming_net_packet): Remove unused declaration. - + 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> * io-ops.c (S_io_map_segment): New function. diff --git a/pfinet/io-ops.c b/pfinet/io-ops.c index 1a75b6e3..b6831c31 100644 --- a/pfinet/io-ops.c +++ b/pfinet/io-ops.c @@ -580,17 +580,6 @@ S_io_map (struct sock_user *user, } 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, mach_msg_type_name_t *obj_type) |