Changes in kernel/generic/src/ipc/ops/clnestab.c [b1e6269:466e95f7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ops/clnestab.c
rb1e6269 r466e95f7 45 45 } 46 46 47 static voidanswer_cleanup(call_t *answer, ipc_data_t *olddata)47 static int 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; 59 61 } 60 62
Note:
See TracChangeset
for help on using the changeset viewer.