summaryrefslogtreecommitdiff
path: root/sys/stand/boot/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/stand/boot/boot.c')
-rw-r--r--sys/stand/boot/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/stand/boot/boot.c b/sys/stand/boot/boot.c
index 16fe1d84a71..ea452c54ece 100644
--- a/sys/stand/boot/boot.c
+++ b/sys/stand/boot/boot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: boot.c,v 1.46 2019/04/08 13:55:46 florian Exp $ */
+/* $OpenBSD: boot.c,v 1.47 2019/04/10 04:17:37 deraadt Exp $ */
/*
* Copyright (c) 2003 Dale Rahn
@@ -61,7 +61,7 @@ boot(dev_t bootdev)
{
int fd;
int try = 0, st;
- u_long marks[MARK_MAX];
+ uint64_t marks[MARK_MAX];
machdep();