Changeset 4cac2d69 in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2010-02-04T17:01:07Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d42976c
- Parents:
- b1d3c36
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
rb1d3c36 r4cac2d69 977 977 /* Accept the mount options */ 978 978 char *opts; 979 int rc = async_data_write_accept(( char**) &opts, true, 0, 0, 0, NULL);979 int rc = async_data_write_accept((void **) &opts, true, 0, 0, 0, NULL); 980 980 981 981 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.