]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* include/grub/i386/netbsd_bootinfo.h (grub_netbsd_btinfo_bootwedge):
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 10 Nov 2011 07:07:51 +0000 (08:07 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 10 Nov 2011 07:07:51 +0000 (08:07 +0100)
Fix declaration.

ChangeLog
include/grub/i386/netbsd_bootinfo.h

index c367bb134760017468fc82a4c975a457f9f50160..7cd370c1bfa2203f781e57fba09c20419cd1a681 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        Fix several memory leaks.
index 228f26aaa17c4babf68fce572ddc427de53ceecc..24e145b0120ee598b9e38400463435f9133a69c6 100644 (file)
@@ -92,7 +92,7 @@ struct grub_netbsd_btinfo_bootwedge {
   grub_disk_addr_t matchblk;
   grub_uint64_t matchnblks;
   grub_uint8_t matchhash[16];  /* MD5 hash */
-} __packed;
+} __attribute__ ((packed));
 
 struct grub_netbsd_btinfo_symtab
 {