artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1888a7e
)
vmm.h is a needed include now
author
mlarkin
<mlarkin@openbsd.org>
Sat, 21 Sep 2024 04:12:18 +0000
(
04:12
+0000)
committer
mlarkin
<mlarkin@openbsd.org>
Sat, 21 Sep 2024 04:12:18 +0000
(
04:12
+0000)
usr.sbin/vmd/arm64_vm.c
patch
|
blob
|
history
diff --git
a/usr.sbin/vmd/arm64_vm.c
b/usr.sbin/vmd/arm64_vm.c
index
3515ed1
..
2eec85d
100644
(file)
--- a/
usr.sbin/vmd/arm64_vm.c
+++ b/
usr.sbin/vmd/arm64_vm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: arm64_vm.c,v 1.
2 2024/09/11 15:42:52 bluhm Exp $
*/
+/* $OpenBSD: arm64_vm.c,v 1.
3 2024/09/21 04:12:18 mlarkin Exp $
*/
/*
* Copyright (c) 2024 Dave Voutila <dv@openbsd.org>
*
@@
-17,6
+17,7
@@
#include <sys/types.h>
#include "vmd.h"
+#include "vmm.h"
void
create_memory_map(struct vm_create_params *vcp)