[BusyBox-cvs] busybox/include libbb.h,1.118,1.119
Erik Andersen
andersen at busybox.net
Fri Nov 14 03:11:32 UTC 2003
Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv480/include
Modified Files:
libbb.h
Log Message:
Oskar Liljeblad writes:
Here's a fix for the hard-coded device name in fbset.
Index: libbb.h
===================================================================
RCS file: /var/cvs/busybox/include/libbb.h,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- libbb.h 10 Nov 2003 04:33:55 -0000 1.118
+++ libbb.h 14 Nov 2003 03:11:24 -0000 1.119
@@ -376,6 +376,7 @@
#endif
# define VC_FORMAT "/dev/vc/%d"
# define LOOP_FORMAT "/dev/loop/%d"
+# define FB_0 "/dev/fb/0"
#else
# define CURRENT_VC "/dev/tty0"
# define VC_1 "/dev/tty1"
@@ -394,6 +395,7 @@
#endif
# define VC_FORMAT "/dev/tty%d"
# define LOOP_FORMAT "/dev/loop%d"
+# define FB_0 "/dev/fb0"
#endif
//#warning put these in .o files
More information about the busybox-cvs
mailing list