Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ops/clnestab.c

    rb1e6269 r466e95f7  
    4545}
    4646
    47 static void answer_cleanup(call_t *answer, ipc_data_t *olddata)
     47static int answer_cleanup(call_t *answer, ipc_data_t *olddata)
    4848{
    4949        phone_t *phone = (phone_t *) IPC_GET_ARG5(*olddata);
     
    5757        }
    5858        mutex_unlock(&phone->lock);
     59
     60        return EOK;
    5961}
    6062
Note: See TracChangeset for help on using the changeset viewer.