* include/grub/i386/netbsd_bootinfo.h (grub_netbsd_btinfo_bootwedge):
Fix declaration.
This commit is contained in:
parent
8a5a3a5b5a
commit
28840fdaae
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2011-11-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* include/grub/i386/netbsd_bootinfo.h (grub_netbsd_btinfo_bootwedge):
|
||||||
|
Fix declaration.
|
||||||
|
|
||||||
2011-11-09 Vladimir Serbinenko <phcoder@gmail.com>
|
2011-11-09 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Fix several memory leaks.
|
Fix several memory leaks.
|
||||||
|
|
|
@ -92,7 +92,7 @@ struct grub_netbsd_btinfo_bootwedge {
|
||||||
grub_disk_addr_t matchblk;
|
grub_disk_addr_t matchblk;
|
||||||
grub_uint64_t matchnblks;
|
grub_uint64_t matchnblks;
|
||||||
grub_uint8_t matchhash[16]; /* MD5 hash */
|
grub_uint8_t matchhash[16]; /* MD5 hash */
|
||||||
} __packed;
|
} __attribute__ ((packed));
|
||||||
|
|
||||||
struct grub_netbsd_btinfo_symtab
|
struct grub_netbsd_btinfo_symtab
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue