commit | d91afa33fd6874aeed458a84ceeb2b51af84505d | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jul 29 11:10:01 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jul 29 11:10:01 2008 +0000 |
tree | da1303e1d709413b4811fbdeac2ea1cbf7f8f449 | |
parent | dadfb4975b23b284fa02d15a5cfd21593b2993fc [diff] [blame] |
randomconfig fixes
diff --git a/util-linux/fbset.c b/util-linux/fbset.c index 0ed8fae..103ef68 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c
@@ -170,6 +170,7 @@ }; #endif +#if ENABLE_FEATURE_FBSET_READMODE static void ss(uint32_t *x, uint32_t flag, char *buf, const char *what) { if (strstr(buf, what)) @@ -178,7 +179,6 @@ *x |= flag; } -#if ENABLE_FEATURE_FBSET_READMODE static int readmode(struct fb_var_screeninfo *base, const char *fn, const char *mode) {