fbset: move variable from data to bss

fsck_minix: fix fallout
This commit is contained in:
Denis Vlasenko
2007-01-03 00:45:05 +00:00
parent aa95959cb8
commit 73464ce53d
2 changed files with 25 additions and 25 deletions

View File

@@ -61,7 +61,7 @@ enum {
#endif
};
static unsigned int g_options = 0;
static unsigned g_options;
/* Stuff stolen from the kernel's fb.h */
#define FB_ACTIVATE_ALL 64