Changeset ff4f073 in mainline for uspace/lib/ext2/libext2_superblock.c
- Timestamp:
- 2011-06-03T22:33:13Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 547c37a, 8d6c1f1
- Parents:
- 5c96b2a (diff), 911ee54 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext2/libext2_superblock.c
r5c96b2a rff4f073 184 184 return EXT2_REV0_INODE_SIZE; 185 185 } 186 return uint 32_t_le2host(sb->inode_size);186 return uint16_t_le2host(sb->inode_size); 187 187 } 188 188
Note:
See TracChangeset
for help on using the changeset viewer.