Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/kbox.c

    rbab75df6 rfafb8e5  
    121121
    122122        LOG("Continue with hangup message.");
    123         IPC_SET_RETVAL(call->data, 0);
     123        ipc_set_retval(&call->data, 0);
    124124        ipc_answer(&TASK->kb.box, call);
    125125
     
    174174                        continue;  /* Try again. */
    175175
    176                 switch (IPC_GET_IMETHOD(call->data)) {
     176                switch (ipc_get_imethod(&call->data)) {
    177177
    178178                case IPC_M_DEBUG:
Note: See TracChangeset for help on using the changeset viewer.