aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-11-14 03:11:29 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-11-14 03:11:29 +0000
commita0282b33763f109688c79617558e5b0c2b307232 (patch)
tree0f75de41886affd1c3fbff8db2a53b6f5a5a8faf /util-linux
parent2cf9270dcba8467ca47b7e7f8c391cbdac531082 (diff)
downloadbusybox-w32-a0282b33763f109688c79617558e5b0c2b307232.tar.gz
busybox-w32-a0282b33763f109688c79617558e5b0c2b307232.tar.bz2
busybox-w32-a0282b33763f109688c79617558e5b0c2b307232.zip
Oskar Liljeblad writes:
Here's a fix for the hard-coded device name in fbset. git-svn-id: svn://busybox.net/trunk/busybox@7906 69ca8d6d-28ef-0310-b511-8ec308f3f277
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);