Changeset eda925a in mainline for uspace/srv/fs/tmpfs/tmpfs_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/tmpfs/tmpfs_ops.c
rb4cbef1 reda925a 442 442 /* Accept the mount options */ 443 443 char *opts; 444 int rc = async_ string_receive(&opts, 0, NULL);444 int rc = async_data_write_accept((char **) &opts, true, 0, 0, 0, NULL); 445 445 446 446 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.