Standard typing (u_int16_t instead of u16, u_int32_t instead
of u32, etc) cleanups from Laurence Anderson <laurence@zxmail.com>
diff --git a/fbset.c b/fbset.c
index 41c7f97..5ccd80e 100644
--- a/fbset.c
+++ b/fbset.c
@@ -85,7 +85,7 @@
/* Stuff stolen from the kernel's fb.h */
static const int FBIOGET_VSCREENINFO = 0x4600;
static const int FBIOPUT_VSCREENINFO = 0x4601;
-#define __u32 unsigned int
+#define __u32 u_int32_t
struct fb_bitfield {
__u32 offset; /* beginning of bitfield */
__u32 length; /* length of bitfield */