expected by grub-mkimage and it's more clear since there is no implicit
padding.
+2011-11-04 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * include/grub/kernel.h (grub_module_header): Make type into uint32 as
+ expected by grub-mkimage and it's more clear since there is no implicit
+ padding.
+
2011-11-04 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/raid.c (scan_devices): Don't derference NULL on whole
struct grub_module_header
{
/* The type of object. */
- grub_uint8_t type;
+ grub_uint32_t type;
/* The size of object (including this header). */
grub_uint32_t size;
};