Changes in uspace/lib/fs/libfs.c [79ae36dd:9934f7d] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fs/libfs.c

    r79ae36dd r9934f7d  
    106106         * Ask VFS for callback connection.
    107107         */
    108         async_connect_to_me(exch, 0, 0, 0, conn);
     108        async_connect_to_me(exch, 0, 0, 0, conn, NULL);
    109109       
    110110        /*
Note: See TracChangeset for help on using the changeset viewer.