diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-29 11:10:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-29 11:10:01 +0000 |
commit | d91afa33fd6874aeed458a84ceeb2b51af84505d (patch) | |
tree | da1303e1d709413b4811fbdeac2ea1cbf7f8f449 /util-linux/fbset.c | |
parent | dadfb4975b23b284fa02d15a5cfd21593b2993fc (diff) | |
download | busybox-w32-d91afa33fd6874aeed458a84ceeb2b51af84505d.tar.gz busybox-w32-d91afa33fd6874aeed458a84ceeb2b51af84505d.tar.bz2 busybox-w32-d91afa33fd6874aeed458a84ceeb2b51af84505d.zip |
randomconfig fixes
Diffstat (limited to 'util-linux/fbset.c')
-rw-r--r-- | util-linux/fbset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fbset.c b/util-linux/fbset.c index 0ed8fae39..103ef6818 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c | |||
@@ -170,6 +170,7 @@ enum { | |||
170 | }; | 170 | }; |
171 | #endif | 171 | #endif |
172 | 172 | ||
173 | #if ENABLE_FEATURE_FBSET_READMODE | ||
173 | static void ss(uint32_t *x, uint32_t flag, char *buf, const char *what) | 174 | static void ss(uint32_t *x, uint32_t flag, char *buf, const char *what) |
174 | { | 175 | { |
175 | if (strstr(buf, what)) | 176 | if (strstr(buf, what)) |
@@ -178,7 +179,6 @@ static void ss(uint32_t *x, uint32_t flag, char *buf, const char *what) | |||
178 | *x |= flag; | 179 | *x |= flag; |
179 | } | 180 | } |
180 | 181 | ||
181 | #if ENABLE_FEATURE_FBSET_READMODE | ||
182 | static int readmode(struct fb_var_screeninfo *base, const char *fn, | 182 | static int readmode(struct fb_var_screeninfo *base, const char *fn, |
183 | const char *mode) | 183 | const char *mode) |
184 | { | 184 | { |