Fix fzap handling
This commit is contained in:
parent
c5cf9f53a8
commit
fe79a8ad9d
2 changed files with 4 additions and 2 deletions
|
@ -90,7 +90,7 @@ typedef union zap_leaf_chunk {
|
|||
{
|
||||
grub_uint8_t la_array[ZAP_LEAF_ARRAY_BYTES];
|
||||
grub_uint64_t la_array64;
|
||||
};
|
||||
} __attribute__ ((packed));
|
||||
grub_uint16_t la_next; /* next blk or CHAIN_END */
|
||||
} l_array;
|
||||
struct zap_leaf_free {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue