diff options
Diffstat (limited to 'fbset.c')
-rw-r--r-- | fbset.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
86 | static const int FBIOGET_VSCREENINFO = 0x4600; | 86 | static const int FBIOGET_VSCREENINFO = 0x4600; |
87 | static const int FBIOPUT_VSCREENINFO = 0x4601; | 87 | static const int FBIOPUT_VSCREENINFO = 0x4601; |
88 | #define __u32 unsigned int | 88 | #define __u32 u_int32_t |
89 | struct fb_bitfield { | 89 | struct 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 */ |