aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fbset.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-06 23:10:29 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-06 23:10:29 +0000
commit03f4c27bd6b79dcc953f0ee0d8c158d7ebe9cad8 (patch)
tree74ffc325b43e1c1920c6e9c1cd30104231d97d61 /util-linux/fbset.c
parent67536ffa437a54504f18492244df4e03ce636e7f (diff)
downloadbusybox-03f4c27bd6b79dcc953f0ee0d8c158d7ebe9cad8.tar.gz
Turned some stuff into features that really are features, not apps.
-Erik
Diffstat (limited to 'util-linux/fbset.c')
-rw-r--r--util-linux/fbset.c2
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 {
static int readmode(struct fb_var_screeninfo *base, const char *fn,
const char *mode)
{
-#ifdef BB_FBSET_READMODE
+#ifdef BB_FEATURE_FBSET_READMODE
FILE *f;
char buf[256];
char *p = buf;