Extend fields in dirent header

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-11 18:32:08 +01:00
parent 4aab263130
commit ea17ec49ae
1 changed files with 3 additions and 5 deletions

View File

@ -106,11 +106,9 @@ struct grub_squash_inode
struct grub_squash_dirent_header
{
/* Actually the value is the number of elements - 1. */
grub_uint16_t nelems;
grub_uint16_t dummy1;
grub_uint32_t ino_chunk;
grub_uint16_t dummy2[2];
};
grub_uint32_t nelems;
grub_uint64_t ino_chunk;
} __attribute__ ((packed));
struct grub_squash_dirent
{