From 62789ef7555ec0dc6b8b18d1dd71e59fbc51530e Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 27 Jan 1996 17:22:57 +0000 Subject: (ports_no_senders): Use ports_interrupt_rpcs instead of ports_interrupt_rpc. --- libports/no-senders.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libports') diff --git a/libports/no-senders.c b/libports/no-senders.c index 9430c3e0..0e8a5f17 100644 --- a/libports/no-senders.c +++ b/libports/no-senders.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell. This file is part of the GNU Hurd. @@ -60,7 +60,7 @@ ports_no_senders (void *portstruct, { ports_interrupt_notified_rpcs (portstruct, pi->port_right, MACH_NOTIFY_NO_SENDERS); - ports_interrupt_rpc (pi); + ports_interrupt_rpcs (pi); ports_port_deref (pi); } } -- cgit v1.2.3