summaryrefslogtreecommitdiff
path: root/libdiskfs/io-async.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-05 17:04:36 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-05 17:04:36 +0000
commita6869ea96aece32d5961d9f6de72a8536a344d46 (patch)
treed5a4b5317d6a8d8e7a9e0d84f78deb850643ff72 /libdiskfs/io-async.c
parent75f928ffd9b3455a6ddb0737d60bb6e4bd3f8726 (diff)
entered into RCS
Diffstat (limited to 'libdiskfs/io-async.c')
-rw-r--r--libdiskfs/io-async.c5
1 files changed, 1 insertions, 4 deletions
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;
}