mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 22:12:40 +02:00
util/nvmutil: make gbe_st local, not static/global
forgot to remove static when making it local Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -353,7 +353,7 @@ open_dev_urandom(void)
|
||||
static void
|
||||
open_gbe_file(void)
|
||||
{
|
||||
static struct stat gbe_st;
|
||||
struct stat gbe_st;
|
||||
|
||||
xopen(&gbe_fd, fname, gbe_flags, &gbe_st);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user