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


Ignore:
File:
1 edited

Legend:

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

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