commit | 73464ce53d0f83f7661d03ec831a538fb9229507 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Wed Jan 03 00:45:05 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Wed Jan 03 00:45:05 2007 +0000 |
tree | 6b0e078a239e15ca77e98394c39c45c61c879535 | |
parent | aa95959cb81b72d37ce1f20606f97e064bbd2bfe [diff] [blame] |
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