From 2a061ebb71bf7a93d5e7ed71fa13dd7005745965 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 Sep 1999 06:35:11 +0000 Subject: Reverted changes related to io_map_segment. --- pfinet/ChangeLog | 8 ++++++-- pfinet/io-ops.c | 11 ----------- 2 files changed, 6 insertions(+), 13 deletions(-) (limited to 'pfinet') 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 + + * io-ops.c: Reverted changes related to io_map_segment. + 1999-09-09 Thomas Bushnell, BSG * 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 * 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 @@ -579,17 +579,6 @@ 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