mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-15 21:44:23 +00:00
* grub-core/osdep/unix/getroot.c: Non-unix build fix.
This commit is contained in:
parent
96650a82ec
commit
0b602bf9ad
@ -1,3 +1,7 @@
|
|||||||
|
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/osdep/unix/getroot.c: Non-unix build fix.
|
||||||
|
|
||||||
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/emu/main.c: Build fix for emu.
|
* grub-core/kern/emu/main.c: Build fix for emu.
|
||||||
|
@ -764,6 +764,8 @@ grub_util_biosdisk_is_floppy (grub_disk_t disk)
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
#include <grub/emu/getroot.h>
|
||||||
|
|
||||||
void
|
void
|
||||||
grub_util_pull_lvm_by_command (const char *os_dev __attribute__ ((unused)))
|
grub_util_pull_lvm_by_command (const char *os_dev __attribute__ ((unused)))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user