Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/task.c

    readaeae8 r334c103  
    245245        if ((ipc_box_0) &&
    246246            (container_check(ipc_box_0->task->container, task->container))) {
    247                 cap_phone_handle_t phone_handle;
     247                cap_handle_t phone_handle;
    248248                errno_t rc = phone_alloc(task, true, &phone_handle, NULL);
    249249                if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.