From 7c392d532a24c9d8855fd127c9042821aa8184f1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 24 May 1994 21:56:25 +0000 Subject: Formerly io-async-icky.c.~2~ --- libtrivfs/io-async-icky.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libtrivfs/io-async-icky.c b/libtrivfs/io-async-icky.c index 9153d2b5..80100d73 100644 --- a/libtrivfs/io-async-icky.c +++ b/libtrivfs/io-async-icky.c @@ -20,10 +20,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ #include "priv.h" +#include "io_S.h" +#include -error_t -trivfs_S_io_get_icky_async_id (struct protid *cred, - mach_port_t *id) +kern_return_t +trivfs_S_io_get_icky_async_id (struct trivfs_protid *cred, + mach_port_t *id, + mach_msg_type_name_t *idtype) { assert (!trivfs_support_read && !trivfs_support_write); return EOPNOTSUPP; -- cgit v1.2.3