o Remove GCC specific attribute packed.
o Add incomplete array padding.
This commit is contained in:
parent
f391d64cb7
commit
90f98510f5
@ -46,7 +46,8 @@ struct gpt_hdr {
|
||||
uint32_t hdr_entries;
|
||||
uint32_t hdr_entsz;
|
||||
uint32_t hdr_crc_table;
|
||||
} __attribute__((packed));
|
||||
char padding[]; /* XXX: struct not a multiple of 8. */
|
||||
};
|
||||
|
||||
struct gpt_ent {
|
||||
struct uuid ent_type;
|
||||
|
Loading…
Reference in New Issue
Block a user