* include/grub/diskfilter.h (grub_raid5_recover_func_t): Use proper
type for size. (grub_raid6_recover_func_t): Likewise. * grub-core/disk/raid5_recover.c (grub_raid5_recover): Likewise. * grub-core/disk/raid6_recover.c (grub_raid6_recover): Likewise.
This commit is contained in:
parent
0b5ea6b8c3
commit
36498496a0
4 changed files with 12 additions and 4 deletions
|
@ -29,7 +29,7 @@ GRUB_MOD_LICENSE ("GPLv3+");
|
|||
|
||||
static grub_err_t
|
||||
grub_raid5_recover (struct grub_diskfilter_segment *array, int disknr,
|
||||
char *buf, grub_disk_addr_t sector, int size)
|
||||
char *buf, grub_disk_addr_t sector, grub_size_t size)
|
||||
{
|
||||
char *buf2;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue