]> git.ipfire.org Git - thirdparty/grub.git/commit
osdep/generic/blocklist: Fix compilation
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 24 Aug 2023 07:33:47 +0000 (09:33 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 12 Dec 2023 16:53:56 +0000 (17:53 +0100)
commitcb1824a871823ae73d208640e4a89a7d7d110963
tree6d436020d6e8089b250500e772b41d0ab94451b3
parent2f3faf02c4e325b916306be27fa0e975a41ee167
osdep/generic/blocklist: Fix compilation

After recent change in blocklist types we have a type mismatch. Fixing it
requires a wrapper or large changes. I feel like wrapper makes more sense.

Without this patch we end up with a compilation problem and without wrapping
callback data is not passed properly anymore.

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/osdep/generic/blocklist.c