aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-14 03:11:29 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-14 03:11:29 +0000
commit5f28455c6efe9c86d96d216a5bdc7f6db3e85780 (patch)
tree0f75de41886affd1c3fbff8db2a53b6f5a5a8faf /util-linux
parentb6e58d2b9a02dfcf313e064408aea1359a4d9763 (diff)
downloadbusybox-w32-5f28455c6efe9c86d96d216a5bdc7f6db3e85780.tar.gz
busybox-w32-5f28455c6efe9c86d96d216a5bdc7f6db3e85780.tar.bz2
busybox-w32-5f28455c6efe9c86d96d216a5bdc7f6db3e85780.zip
Oskar Liljeblad writes:
Here's a fix for the hard-coded device name in fbset.
Diffstat (limited to 'util-linux')
-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 f66ebe546..b5f57b1e4 100644
--- a/util-linux/fbset.c
+++ b/util-linux/fbset.c
@@ -35,7 +35,7 @@
35#include <sys/ioctl.h> 35#include <sys/ioctl.h>
36#include "busybox.h" 36#include "busybox.h"
37 37
38#define DEFAULTFBDEV "/dev/fb0" 38#define DEFAULTFBDEV FB_0
39#define DEFAULTFBMODE "/etc/fb.modes" 39#define DEFAULTFBMODE "/etc/fb.modes"
40 40
41static const int OPT_CHANGE = (1 << 0); 41static const int OPT_CHANGE = (1 << 0);