fbset: move variable from data to bss
fsck_minix: fix fallout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user