Changes in kernel/generic/src/ipc/kbox.c [334c103:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/kbox.c
r334c103 ra35b458 253 253 /* Allocate a new phone. */ 254 254 cap_handle_t phone_handle; 255 errno_t rc = phone_alloc(TASK, true, &phone_handle, NULL);255 errno_t rc = phone_alloc(TASK, &phone_handle); 256 256 if (rc != EOK) { 257 257 mutex_unlock(&task->kb.cleanup_lock);
Note:
See TracChangeset
for help on using the changeset viewer.