Changes in kernel/generic/src/ipc/kbox.c [fafb8e5:bab75df6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/kbox.c
rfafb8e5 rbab75df6 121 121 122 122 LOG("Continue with hangup message."); 123 ipc_set_retval(&call->data, 0);123 IPC_SET_RETVAL(call->data, 0); 124 124 ipc_answer(&TASK->kb.box, call); 125 125 … … 174 174 continue; /* Try again. */ 175 175 176 switch ( ipc_get_imethod(&call->data)) {176 switch (IPC_GET_IMETHOD(call->data)) { 177 177 178 178 case IPC_M_DEBUG:
Note:
See TracChangeset
for help on using the changeset viewer.