Changeset 36c3139 in mainline
- Timestamp:
- 2017-10-04T18:29:22Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8974294
- Parents:
- fa77af7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/cdfs/cdfs_ops.c
rfa77af7 r36c3139 156 156 157 157 cdfs_dir_t root_dir; 158 uint8_t pad0;159 160 uint8_t set_ident[128];161 uint8_t publisher_ident[128];162 uint8_t preparer_ident[128];163 uint8_t app_ident[128];164 165 uint8_t copyright_file_ident[37];166 uint8_t abstract_file_ident[37];167 uint8_t biblio_file_ident[37];168 169 cdfs_datetime_t creation;170 cdfs_datetime_t modification;171 cdfs_datetime_t expiration;172 cdfs_datetime_t effective;173 174 uint8_t fs_version;175 158 } __attribute__((packed)) cdfs_vol_desc_prisec_t; 176 159
Note:
See TracChangeset
for help on using the changeset viewer.