Changes in kernel/generic/src/proc/task.c [eadaeae8:334c103] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/task.c
readaeae8 r334c103 245 245 if ((ipc_box_0) && 246 246 (container_check(ipc_box_0->task->container, task->container))) { 247 cap_ phone_handle_t phone_handle;247 cap_handle_t phone_handle; 248 248 errno_t rc = phone_alloc(task, true, &phone_handle, NULL); 249 249 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.