From bd14ef64c9e7e5fc047983650676b50e9130e85c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 5 May 1994 14:09:50 +0000 Subject: entered into RCS --- libdiskfs/io-async-icky.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libdiskfs/io-async-icky.c') diff --git a/libdiskfs/io-async-icky.c b/libdiskfs/io-async-icky.c index 390d6d03..93ef8f50 100644 --- a/libdiskfs/io-async-icky.c +++ b/libdiskfs/io-async-icky.c @@ -19,10 +19,12 @@ #include "io_S.h" /* Implement io_get_icky_async_id as described in . */ -error_t +kern_return_t diskfs_S_io_get_icky_async_id (struct protid *cred, - mach_port_t *idport) + mach_port_t *idport, + mach_msg_type_name_t *idport_type) { *idport = MACH_PORT_NULL; + *idport_type = MACH_MSG_TYPE_COPY_SEND; return 0; } -- cgit v1.2.3