Changeset 3be9d10 in mainline for uspace/lib/c/generic/vfs/vfs.c


Ignore:
Timestamp:
2018-03-21T21:29:31Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3e242d2
Parents:
eadaeae8
Message:

Get rid of ipc_callid_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/vfs/vfs.c

    readaeae8 r3be9d10  
    802802errno_t vfs_receive_handle(bool high, int *handle)
    803803{
    804         ipc_callid_t callid;
     804        cap_call_handle_t callid;
    805805        if (!async_state_change_receive(&callid, NULL, NULL, NULL)) {
    806806                async_answer_0(callid, EINVAL);
Note: See TracChangeset for help on using the changeset viewer.