From ff72eae15f5489e0b12658f68ac79158f5060d60 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 24 Aug 1995 19:33:41 +0000 Subject: (ports_interrupt_rpc): (ports_interrupt_rpc): --- libports/interrupt-rpcs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libports') diff --git a/libports/interrupt-rpcs.c b/libports/interrupt-rpcs.c index 930ed201..0be2ffbe 100644 --- a/libports/interrupt-rpcs.c +++ b/libports/interrupt-rpcs.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include #include void @@ -30,7 +31,7 @@ ports_interrupt_rpc (void *portstruct) mutex_lock (&_ports_lock); for (rpc = pi->current_rpcs; rpc; rpc = rpc->next) - thread_cancel (rpc->thread); + hurd_thread_cancel (rpc->thread); mutex_unlock (&_ports_lock); } -- cgit v1.2.3