Changeset db8626d in mainline for uspace/srv/fs
- Timestamp:
- 2017-05-04T22:21:47Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9abe2e5
- Parents:
- 31a30fa
- Location:
- uspace/srv/fs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_fat.c
r31a30fa rdb8626d 193 193 uint32_t clusters; 194 194 uint32_t max_clusters; 195 exfat_cluster_t c ;195 exfat_cluster_t c = EXFAT_CLST_FIRST; 196 196 int rc; 197 197 -
uspace/srv/fs/fat/fat_fat.c
r31a30fa rdb8626d 748 748 { 749 749 unsigned fatno; 750 fat_cluster_t nextc, clst_bad = FAT_CLST_BAD(bs); 750 fat_cluster_t nextc = 0; 751 fat_cluster_t clst_bad = FAT_CLST_BAD(bs); 751 752 int rc; 752 753
Note:
See TracChangeset
for help on using the changeset viewer.