Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_pager.c

    rb1834a01 rfafb8e5  
    4444void vfs_page_in(ipc_call_t *req)
    4545{
    46         aoff64_t offset = IPC_GET_ARG1(*req);
    47         size_t page_size = IPC_GET_ARG2(*req);
    48         int fd = IPC_GET_ARG3(*req);
     46        aoff64_t offset = ipc_get_arg1(req);
     47        size_t page_size = ipc_get_arg2(req);
     48        int fd = ipc_get_arg3(req);
    4949        void *page;
    5050        errno_t rc;
Note: See TracChangeset for help on using the changeset viewer.