Turned some stuff into features that really are features, not apps.

-Erik
This commit is contained in:
Eric Andersen
2000-07-06 23:10:29 +00:00
parent 67536ffa43
commit 03f4c27bd6
7 changed files with 28 additions and 23 deletions

View File

@ -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;