Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/devfs/devfs_ops.c

    r4cac2d69 r3c11713  
    419419       
    420420        /* Accept the mount options */
    421         ipcarg_t retval = async_data_write_accept((void **) &opts, true, 0, 0,
    422             0, NULL);
     421        ipcarg_t retval = async_data_string_receive(&opts, 0);
    423422        if (retval != EOK) {
    424423                ipc_answer_0(rid, retval);
Note: See TracChangeset for help on using the changeset viewer.