summaryrefslogtreecommitdiff
path: root/libdiskfs/io-async-icky.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-05-05 14:09:50 +0000
committerRoland McGrath <roland@gnu.org>1994-05-05 14:09:50 +0000
commitbd14ef64c9e7e5fc047983650676b50e9130e85c (patch)
treec5a24c1989a435276b1f3f635ac869d0ce580e98 /libdiskfs/io-async-icky.c
parentbc3a95fcdaf52e654c4c4853f7a8ad8490c304ab (diff)
entered into RCS
Diffstat (limited to 'libdiskfs/io-async-icky.c')
-rw-r--r--libdiskfs/io-async-icky.c6
1 files changed, 4 insertions, 2 deletions
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 <hurd/io.defs>. */
-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;
}