summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/libsa/exec_i386.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/stand/libsa/exec_i386.c')
-rw-r--r--sys/arch/amd64/stand/libsa/exec_i386.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/libsa/exec_i386.c b/sys/arch/amd64/stand/libsa/exec_i386.c
index 89c3cf56caf..df98dd7c052 100644
--- a/sys/arch/amd64/stand/libsa/exec_i386.c
+++ b/sys/arch/amd64/stand/libsa/exec_i386.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_i386.c,v 1.26 2018/12/10 16:52:02 jsing Exp $ */
+/* $OpenBSD: exec_i386.c,v 1.27 2019/04/10 04:17:33 deraadt Exp $ */
/*
* Copyright (c) 1997-1998 Michael Shalayeff
@@ -59,7 +59,7 @@ extern struct cmd_state cmd;
char *bootmac = NULL;
void
-run_loadfile(u_long *marks, int howto)
+run_loadfile(uint64_t *marks, int howto)
{
u_long entry;
#ifdef EXEC_DEBUG