fbset: move variable from data to bss
fsck_minix: fix fallout
diff --git a/util-linux/fbset.c b/util-linux/fbset.c
index 1aa0a0a..7ae0101 100644
--- a/util-linux/fbset.c
+++ b/util-linux/fbset.c
@@ -61,7 +61,7 @@
 #endif
 };
 
-static unsigned int g_options = 0;
+static unsigned g_options;
 
 /* Stuff stolen from the kernel's fb.h */
 #define FB_ACTIVATE_ALL 64