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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue