o Remove GCC specific attribute packed.

o  Add incomplete array padding.
This commit is contained in:
marcel 2002-05-30 05:44:23 +00:00
parent f391d64cb7
commit 90f98510f5

View File

@ -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;