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:
Vladimir 'phcoder' Serbinenko 2019-03-25 16:24:50 +01:00 committed by Vincent Batts
parent da3eb55d69
commit 40d8754bd7
1 changed files with 3 additions and 0 deletions

View File

@ -173,6 +173,9 @@ grub_hostfs_label (grub_device_t device __attribute ((unused)),
return GRUB_ERR_NONE;
}
#undef open
#undef close
static struct grub_fs grub_hostfs_fs =
{
.name = "hostfs",