* grub-core/fs/udf.c (grub_udf_partmap): Add packed attribute
as it's not necessarily aligned.
This commit is contained in:
parent
b3950b849f
commit
9b05cad768
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/mips/qemu_mips/init.c (grub_at_keyboard_init): Remove
|
* grub-core/kern/mips/qemu_mips/init.c (grub_at_keyboard_init): Remove
|
||||||
|
|
|
@ -317,7 +317,7 @@ struct grub_udf_partmap
|
||||||
grub_uint8_t ident[62];
|
grub_uint8_t ident[62];
|
||||||
} type2;
|
} type2;
|
||||||
};
|
};
|
||||||
};
|
} __attribute__ ((packed));
|
||||||
|
|
||||||
struct grub_udf_lvd
|
struct grub_udf_lvd
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue