make tags variables statis as intended
This commit is contained in:
parent
a9c8da60f3
commit
c7fef4da8b
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ struct bsd_tag
|
|||
} data[0];
|
||||
};
|
||||
|
||||
struct bsd_tag *tags, *tags_last;
|
||||
static struct bsd_tag *tags, *tags_last;
|
||||
|
||||
struct netbsd_module
|
||||
{
|
||||
|
@ -89,7 +89,7 @@ struct netbsd_module
|
|||
struct grub_netbsd_btinfo_module mod;
|
||||
};
|
||||
|
||||
struct netbsd_module *netbsd_mods, *netbsd_mods_last;
|
||||
static struct netbsd_module *netbsd_mods, *netbsd_mods_last;
|
||||
|
||||
static const struct grub_arg_option freebsd_opts[] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue