More changes based on use.
This commit is contained in:
@@ -70,7 +70,7 @@ typedef enum {
|
||||
TAGID_AED = 0x0102,
|
||||
TAGID_IE = 0x0103,
|
||||
TAGID_TE = 0x0104,
|
||||
TAGID_FE = 0x0105,
|
||||
TAGID_FILE_ENTRY = 0x0105,
|
||||
TAGID_EAHD = 0x0106,
|
||||
TAGID_USE = 0x0107,
|
||||
TAGID_SBD = 0x0108,
|
||||
@@ -503,7 +503,7 @@ struct fileset_desc_s
|
||||
udf_dstring fileSet_id[32];
|
||||
udf_dstring copyright_file_id[32];
|
||||
udf_dstring abstract_file_id[32];
|
||||
udf_long_ad_t root_directory_ICB;
|
||||
udf_long_ad_t root_icb;
|
||||
udf_regid_t domain_id;
|
||||
udf_long_ad_t next_ext;
|
||||
udf_long_ad_t stream_directory_ICB;
|
||||
@@ -663,6 +663,8 @@ struct file_entry_s
|
||||
udf_Uint8_t alloc_descs[0];
|
||||
} GNUC_PACKED;
|
||||
|
||||
typedef struct file_entry_s file_entry_t;
|
||||
|
||||
#define UDF_FENTRY_SIZE 176
|
||||
#define UDF_FENTRY_PERM_USER_MASK 0x07
|
||||
#define UDF_FENTRY_PERM_GRP_MASK 0xE0
|
||||
|
||||
Reference in New Issue
Block a user