* grub-core/fs/udf.c (grub_udf_partmap): Add packed attribute

as it's not necessarily aligned.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-13 13:58:33 +01:00
parent b3950b849f
commit 9b05cad768
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/udf.c (grub_udf_partmap): Add packed attribute
as it's not necessarily aligned.
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/mips/qemu_mips/init.c (grub_at_keyboard_init): Remove

View file

@ -317,7 +317,7 @@ struct grub_udf_partmap
grub_uint8_t ident[62];
} type2;
};
};
} __attribute__ ((packed));
struct grub_udf_lvd
{