From ff074b918a0b1c17d6aa38df8eaca77d466d5e64 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 21 Nov 1995 15:50:25 +0000 Subject: (ports_do_mach_notify_dead_name): declare kern_return_t. (ports_do_mach_notify_msg_accepted): Likewise. (ports_do_mach_notify_no_senders): Likewise. (ports_do_mach_notify_port_deleted): Likewise. (ports_do_mach_notify_port_destroyed): Likewise. (ports_do_mach_notify_send_once): Likewise. (ports_S_interrupt_operation): Likewise. --- libports/ports.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libports/ports.h') diff --git a/libports/ports.h b/libports/ports.h index f7d81e96..96550764 100644 --- a/libports/ports.h +++ b/libports/ports.h @@ -256,18 +256,18 @@ void ports_interrupt_rpc (void *port); int ports_notify_server (mach_msg_header_t *, mach_msg_header_t *); /* Notification server routines called by ports_notify_server. */ -extern error_t ports_do_mach_notify_dead_name (mach_port_t notify, mach_port_t deadport); -extern error_t ports_do_mach_notify_msg_accepted (mach_port_t notify, mach_port_t name); -extern error_t ports_do_mach_notify_no_senders (mach_port_t port, mach_port_mscount_t count); -extern error_t ports_do_mach_notify_port_deleted (mach_port_t notify, mach_port_t name); -extern error_t ports_do_mach_notify_port_destroyed (mach_port_t notify, mach_port_t name); -extern error_t +extern kern_return_t ports_do_mach_notify_dead_name (mach_port_t notify, mach_port_t deadport); +extern kern_return_t ports_do_mach_notify_msg_accepted (mach_port_t notify, mach_port_t name); +extern kern_return_t ports_do_mach_notify_no_senders (mach_port_t port, mach_port_mscount_t count); +extern kern_return_t ports_do_mach_notify_port_deleted (mach_port_t notify, mach_port_t name); +extern kern_return_t ports_do_mach_notify_port_destroyed (mach_port_t notify, mach_port_t name); +extern kern_return_t ports_do_mach_notify_send_once (mach_port_t notify); /* A default interrupt server */ int ports_interrupt_server (mach_msg_header_t *, mach_msg_header_t *); -extern error_t ports_S_interrupt_operation (mach_port_t, - mach_port_seqno_t); +extern kern_return_t ports_S_interrupt_operation (mach_port_t, + mach_port_seqno_t); /* Private data */ extern struct mutex _ports_lock; -- cgit v1.2.3