diff options
Diffstat (limited to 'libports/destroy-right.c')
-rw-r--r-- | libports/destroy-right.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/destroy-right.c b/libports/destroy-right.c index 32085c80..327029a8 100644 --- a/libports/destroy-right.c +++ b/libports/destroy-right.c @@ -32,7 +32,7 @@ ports_destroy_right (void *portstruct) if (pi->port_right != MACH_PORT_NULL) { mutex_lock (&_ports_lock); - ihash_locp_remove (pi->bucket->htable, pi->hentry); + hurd_ihash_locp_remove (&pi->bucket->htable, pi->hentry); err = mach_port_mod_refs (mach_task_self (), pi->port_right, MACH_PORT_RIGHT_RECEIVE, -1); assert_perror (err); |