Changeset 9fbe05e in mainline
- Timestamp:
- 2011-08-21T17:57:33Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 842a2d2
- Parents:
- 7234617
- Location:
- uspace/srv/fs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_directory.h
r7234617 r9fbe05e 51 51 bool fragmented; 52 52 exfat_cluster_t firstc; 53 } __attribute__ ((packed))exfat_directory_t;53 } exfat_directory_t; 54 54 55 55 -
uspace/srv/fs/fat/fat_directory.h
r7234617 r9fbe05e 49 49 block_t *b; 50 50 bool last; 51 } __attribute__ ((packed))fat_directory_t;51 } fat_directory_t; 52 52 53 53
Note:
See TracChangeset
for help on using the changeset viewer.