Changes in kernel/generic/src/ipc/ops/clnestab.c [466e95f7:b1e6269] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ops/clnestab.c
r466e95f7 rb1e6269 45 45 } 46 46 47 static intanswer_cleanup(call_t *answer, ipc_data_t *olddata)47 static void answer_cleanup(call_t *answer, ipc_data_t *olddata) 48 48 { 49 49 phone_t *phone = (phone_t *) IPC_GET_ARG5(*olddata); … … 57 57 } 58 58 mutex_unlock(&phone->lock); 59 60 return EOK;61 59 } 62 60
Note:
See TracChangeset
for help on using the changeset viewer.