Changeset eda925a in mainline for uspace/srv/fs/devfs/devfs_ops.c
- Timestamp:
- 2010-02-04T15:46:51Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d32358f
- Parents:
- b4cbef1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/devfs/devfs_ops.c
rb4cbef1 reda925a 419 419 420 420 /* Accept the mount options */ 421 ipcarg_t retval = async_string_receive(&opts, 0, NULL); 421 ipcarg_t retval = async_data_write_accept((char **) &opts, true, 0, 0, 422 0, NULL); 422 423 if (retval != EOK) { 423 424 ipc_answer_0(rid, retval);
Note:
See TracChangeset
for help on using the changeset viewer.