Changeset eadaeae8 in mainline for kernel/generic/src/proc/task.c
- Timestamp:
- 2018-03-21T20:58:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3be9d10
- Parents:
- 874381a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/task.c
r874381a readaeae8 245 245 if ((ipc_box_0) && 246 246 (container_check(ipc_box_0->task->container, task->container))) { 247 cap_ handle_t phone_handle;247 cap_phone_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.