From 5b356ce5bbd42a23f17fa0c6280699b13229f0b3 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 21 Nov 1995 15:50:40 +0000 Subject: (ports_S_interrupt_operation): Declare kern_return_t. --- libports/interrupt-operation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libports') diff --git a/libports/interrupt-operation.c b/libports/interrupt-operation.c index 4e87e411..dac91715 100644 --- a/libports/interrupt-operation.c +++ b/libports/interrupt-operation.c @@ -23,7 +23,7 @@ /* Cause a pending request on this object to immediately return. The exact semantics are dependent on the specific object. */ -error_t +kern_return_t ports_S_interrupt_operation (mach_port_t port, mach_port_seqno_t seqno) { -- cgit v1.2.3