mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-22 12:42:31 +00:00
hostfs: #undef open and close.
Unlike in case of disks in this case it's just a single place, so it's easier to just #undef Signed-off-by: Vladimir Serbinenko <phcoder@google.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
8e8723a6be
commit
5610734770
@ -173,6 +173,9 @@ grub_hostfs_label (grub_device_t device __attribute ((unused)),
|
|||||||
return GRUB_ERR_NONE;
|
return GRUB_ERR_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#undef open
|
||||||
|
#undef close
|
||||||
|
|
||||||
static struct grub_fs grub_hostfs_fs =
|
static struct grub_fs grub_hostfs_fs =
|
||||||
{
|
{
|
||||||
.name = "hostfs",
|
.name = "hostfs",
|
||||||
|
Loading…
Reference in New Issue
Block a user