artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55adff3
)
unrequired header file in vmm_machdep.c
author
mlarkin
<mlarkin@openbsd.org>
Thu, 22 Aug 2024 04:53:07 +0000
(
04:53
+0000)
committer
mlarkin
<mlarkin@openbsd.org>
Thu, 22 Aug 2024 04:53:07 +0000
(
04:53
+0000)
sys/arch/amd64/amd64/vmm_machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/vmm_machdep.c
b/sys/arch/amd64/amd64/vmm_machdep.c
index
22c1600
..
0df3d8b
100644
(file)
--- a/
sys/arch/amd64/amd64/vmm_machdep.c
+++ b/
sys/arch/amd64/amd64/vmm_machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vmm_machdep.c,v 1.3
1 2024/07/26 15:59:04 bluhm
Exp $ */
+/* $OpenBSD: vmm_machdep.c,v 1.3
2 2024/08/22 04:53:07 mlarkin
Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
*
@@
-17,7
+17,6
@@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/signalvar.h>
#include <sys/malloc.h>
#include <sys/device.h>
#include <sys/pool.h>