* grub-core/lib/relocator.c (grub_mm_check_real): Accept const char *
as file argument.
This commit is contained in:
parent
35d4761ce2
commit
04f39f6df8
3 changed files with 7 additions and 2 deletions
|
@ -1618,7 +1618,7 @@ grub_relocator_prepare_relocs (struct grub_relocator *rel, grub_addr_t addr,
|
|||
}
|
||||
|
||||
void
|
||||
grub_mm_check_real (char *file, int line)
|
||||
grub_mm_check_real (const char *file, int line)
|
||||
{
|
||||
grub_mm_region_t r;
|
||||
grub_mm_header_t p, pa;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue