aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/loader
diff options
context:
space:
mode:
Diffstat (limited to 'stand/i386/loader')
-rw-r--r--stand/i386/loader/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stand/i386/loader/main.c b/stand/i386/loader/main.c
index 0c2978f46bb8..2fc17288b3bf 100644
--- a/stand/i386/loader/main.c
+++ b/stand/i386/loader/main.c
@@ -60,8 +60,8 @@ CTASSERT(offsetof(struct bootinfo, bi_size) == BI_SIZE);
/* Arguments passed in from the boot1/boot2 loader */
static struct bootargs *kargs;
-static u_int32_t initial_howto;
-static u_int32_t initial_bootdev;
+static uint32_t initial_howto;
+static uint32_t initial_bootdev;
static struct bootinfo *initial_bootinfo;
struct arch_switch archsw; /* MI/MD interface boundary */