diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-05 17:04:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-05 17:04:36 +0000 |
commit | a6869ea96aece32d5961d9f6de72a8536a344d46 (patch) | |
tree | d5a4b5317d6a8d8e7a9e0d84f78deb850643ff72 | |
parent | 75f928ffd9b3455a6ddb0737d60bb6e4bd3f8726 (diff) |
entered into RCS
-rw-r--r-- | libdiskfs/io-async.c | 5 |
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; } |