]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
make tags variables statis as intended
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 29 Aug 2010 19:58:58 +0000 (21:58 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 29 Aug 2010 19:58:58 +0000 (21:58 +0200)
grub-core/loader/i386/bsd.c

index d6a22da5b1891d70ed18bd816dcd51df24066b31..cfea3b6a1a7abed688ed592f73be063c124e5092 100644 (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[] =
   {