From b476fe5860f1a745b4a119e08dfe1ab1f026fbd7 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 24 Aug 1995 19:49:28 +0000 Subject: (ports_inhibit_bucket_rpcs): thread_cancel -> hurd_thread_cancel. Include . --- libports/inhibit-bucket-rpcs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libports') diff --git a/libports/inhibit-bucket-rpcs.c b/libports/inhibit-bucket-rpcs.c index d4daa17d..41918cc4 100644 --- a/libports/inhibit-bucket-rpcs.c +++ b/libports/inhibit-bucket-rpcs.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include #include #include @@ -31,7 +32,7 @@ ports_inhibit_bucket_rpcs (struct port_bucket *bucket) struct rpc_info *rpc; for (rpc = pi->current_rpcs; rpc; rpc = rpc->next) - thread_cancel (rpc->thread); + hurd_thread_cancel (rpc->thread); return 0; } -- cgit v1.2.3