o Remove GCC specific attribute packed.

o  Add incomplete array padding.
This commit is contained in:
Marcel Moolenaar 2002-05-30 05:44:23 +00:00
parent 8f88cb849b
commit 2e1cdcf311

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;