Changeset 47e00b83 in mainline for uspace/lib/minix/minix.h
- Timestamp:
- 2018-05-15T08:32:36Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8800b13, fac0ac7
- Parents:
- 3a26925
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-14 17:31:01)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-15 08:32:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/minix/minix.h
r3a26925 r47e00b83 105 105 uint32_t s_max_file_size; 106 106 /* 107 * Magic number used to recognize MinixFS108 * and to detect on-disk endianness107 * Magic number used to recognize MinixFS 108 * and to detect on-disk endianness 109 109 */ 110 110 uint16_t s_magic; … … 135 135 uint32_t s_nzones; 136 136 /* 137 * Magic number used to recognize MinixFS138 * and to detect on-disk endianness137 * Magic number used to recognize MinixFS 138 * and to detect on-disk endianness 139 139 */ 140 140 int16_t s_magic;
Note:
See TracChangeset
for help on using the changeset viewer.