aboutsummaryrefslogtreecommitdiff
path: root/fbset.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbset.c')
-rw-r--r--fbset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbset.c b/fbset.c
index 41c7f9796..5ccd80e79 100644
--- a/fbset.c
+++ b/fbset.c
@@ -85,7 +85,7 @@ static unsigned int g_options = 0;
85/* Stuff stolen from the kernel's fb.h */ 85/* Stuff stolen from the kernel's fb.h */
86static const int FBIOGET_VSCREENINFO = 0x4600; 86static const int FBIOGET_VSCREENINFO = 0x4600;
87static const int FBIOPUT_VSCREENINFO = 0x4601; 87static const int FBIOPUT_VSCREENINFO = 0x4601;
88#define __u32 unsigned int 88#define __u32 u_int32_t
89struct fb_bitfield { 89struct fb_bitfield {
90 __u32 offset; /* beginning of bitfield */ 90 __u32 offset; /* beginning of bitfield */
91 __u32 length; /* length of bitfield */ 91 __u32 length; /* length of bitfield */