Changes in uspace/srv/vfs/vfs.c [79ae36dd:9934f7d] in mainline


Ignore:
File:
1 edited

Legend:

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

    r79ae36dd r9934f7d  
    4949#define NAME  "vfs"
    5050
    51 static void vfs_connection(ipc_callid_t iid, ipc_call_t *icall)
     51static void vfs_connection(ipc_callid_t iid, ipc_call_t *icall, void *arg)
    5252{
    5353        bool cont = true;
Note: See TracChangeset for help on using the changeset viewer.