aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/libi386/bootinfo32.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/i386/libi386/bootinfo32.c')
-rw-r--r--stand/i386/libi386/bootinfo32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/i386/libi386/bootinfo32.c b/stand/i386/libi386/bootinfo32.c
index bfca3a33b855..c1851441ca8c 100644
--- a/stand/i386/libi386/bootinfo32.c
+++ b/stand/i386/libi386/bootinfo32.c
@@ -63,7 +63,7 @@ static struct bootinfo bi;
* MOD_METADATA (variable) type-specific metadata
*/
#define COPY32(v, a, c) { \
- u_int32_t x = (v); \
+ uint32_t x = (v); \
if (c) \
i386_copyin(&x, a, sizeof(x)); \
a += sizeof(x); \