diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-06 23:10:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-06 23:10:29 +0000 |
commit | 03f4c27bd6b79dcc953f0ee0d8c158d7ebe9cad8 (patch) | |
tree | 74ffc325b43e1c1920c6e9c1cd30104231d97d61 /util-linux | |
parent | 67536ffa437a54504f18492244df4e03ce636e7f (diff) | |
download | busybox-w32-03f4c27bd6b79dcc953f0ee0d8c158d7ebe9cad8.tar.gz busybox-w32-03f4c27bd6b79dcc953f0ee0d8c158d7ebe9cad8.tar.bz2 busybox-w32-03f4c27bd6b79dcc953f0ee0d8c158d7ebe9cad8.zip |
Turned some stuff into features that really are features, not apps.
-Erik
Diffstat (limited to 'util-linux')
-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 6b6b84c04..3f36a7011 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c | |||
@@ -140,7 +140,7 @@ struct cmdoptions_t { | |||
140 | static int readmode(struct fb_var_screeninfo *base, const char *fn, | 140 | static int readmode(struct fb_var_screeninfo *base, const char *fn, |
141 | const char *mode) | 141 | const char *mode) |
142 | { | 142 | { |
143 | #ifdef BB_FBSET_READMODE | 143 | #ifdef BB_FEATURE_FBSET_READMODE |
144 | FILE *f; | 144 | FILE *f; |
145 | char buf[256]; | 145 | char buf[256]; |
146 | char *p = buf; | 146 | char *p = buf; |