mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 16:14:58 -04:00
o Remove GCC specific attribute packed.
o Add incomplete array padding.
This commit is contained in:
parent
8f88cb849b
commit
2e1cdcf311
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue