summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/loadfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/vmd/loadfile.h')
-rw-r--r--usr.sbin/vmd/loadfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/loadfile.h b/usr.sbin/vmd/loadfile.h
index 1010dbb6e41..aff1a9fd052 100644
--- a/usr.sbin/vmd/loadfile.h
+++ b/usr.sbin/vmd/loadfile.h
@@ -1,5 +1,5 @@
/* $NetBSD: loadfile.h,v 1.1 1999/04/28 09:08:50 christos Exp $ */
-/* $OpenBSD: loadfile.h,v 1.5 2016/09/01 16:04:47 stefan Exp $ */
+/* $OpenBSD: loadfile.h,v 1.6 2016/11/24 07:58:55 reyk Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
#define PML2_PAGE 0x13000
#define NPTE_PG (PAGE_SIZE / sizeof(pt_entry_t))
-int loadelf_main(int, struct vm_create_params *,
+int loadelf_main(FILE *, struct vm_create_params *,
struct vcpu_reg_state *);
#include <machine/loadfile_machdep.h>