summaryrefslogtreecommitdiff
path: root/libports
diff options
context:
space:
mode:
Diffstat (limited to 'libports')
-rw-r--r--libports/begin-rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/begin-rpc.c b/libports/begin-rpc.c
index 73b3646b..ebe3473c 100644
--- a/libports/begin-rpc.c
+++ b/libports/begin-rpc.c
@@ -38,7 +38,7 @@ ports_begin_rpc (void *portstruct, mach_msg_id_t msg_id, struct rpc_info *info)
if (pi->port_right == MACH_PORT_NULL)
{
mutex_unlock (&_ports_lock);
- return EDIED;
+ return EOPNOTSUPP;
}
if (_ports_flags & INHIBITED)