make tags variables statis as intended

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-29 21:58:58 +02:00
parent a9c8da60f3
commit c7fef4da8b

View file

@ -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[] =
{