diff options
Diffstat (limited to 'ipc/ipc_marequest.c')
-rw-r--r-- | ipc/ipc_marequest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc_marequest.c b/ipc/ipc_marequest.c index 526e4722..c096fe24 100644 --- a/ipc/ipc_marequest.c +++ b/ipc/ipc_marequest.c @@ -279,7 +279,7 @@ ipc_marequest_cancel( *last = marequest->imar_next; imarb_unlock(bucket); - marequest->imar_name = MACH_PORT_NULL; + marequest->imar_name = MACH_PORT_NAME_NULL; } /* @@ -377,7 +377,7 @@ ipc_marequest_destroy(ipc_marequest_t marequest) entry->ie_bits &= ~IE_BITS_MAREQUEST; } else - name = MACH_PORT_NULL; + name = MACH_PORT_NAME_NULL; } is_write_unlock(space); |