artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ff6de
)
document why sys/param.h is used
author
deraadt
<deraadt@openbsd.org>
Wed, 25 Sep 2024 04:19:36 +0000
(
04:19
+0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 25 Sep 2024 04:19:36 +0000
(
04:19
+0000)
usr.sbin/vmd/sev.c
patch
|
blob
|
history
diff --git
a/usr.sbin/vmd/sev.c
b/usr.sbin/vmd/sev.c
index
11eed72
..
6869f25
100644
(file)
--- a/
usr.sbin/vmd/sev.c
+++ b/
usr.sbin/vmd/sev.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sev.c,v 1.
2 2024/09/20 02:00:46 jsg Exp $
*/
+/* $OpenBSD: sev.c,v 1.
3 2024/09/25 04:19:36 deraadt Exp $
*/
/*
* Copyright (c) 2023, 2024 Hans-Joerg Hoexer <hshoexer@genua.de>
@@
-17,8
+17,8
@@
*/
#include <sys/types.h>
+#include <sys/param.h> /* roundup */
#include <sys/device.h>
-#include <sys/param.h>
#include <sys/rwlock.h>
#include <machine/bus.h>