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
da3eb55d69
commit
40d8754bd7
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;
|
||||
}
|
||||
|
||||
#undef open
|
||||
#undef close
|
||||
|
||||
static struct grub_fs grub_hostfs_fs =
|
||||
{
|
||||
.name = "hostfs",
|
||||
|
|
Loading…
Reference in a new issue