From a6869ea96aece32d5961d9f6de72a8536a344d46 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 5 May 1994 17:04:36 +0000 Subject: entered into RCS --- libdiskfs/io-async.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libdiskfs/io-async.c') diff --git a/libdiskfs/io-async.c b/libdiskfs/io-async.c index 1d7e26e5..a9a04c42 100644 --- a/libdiskfs/io-async.c +++ b/libdiskfs/io-async.c @@ -25,9 +25,6 @@ diskfs_S_io_async (struct protid *cred, mach_port_t *idport, mach_msg_type_name_t *idport_type) { - mach_port_deallocate (mach_task_self (), notify); - *idport = MACH_PORT_NULL; - *idport_type = MACH_MSG_TYPE_COPY_SEND; - return 0; + return EOPNOTSUPP; } -- cgit v1.2.3