artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53681a8
)
Remove duplicate hvmd decleration
author
kn
<kn@openbsd.org>
Sat, 30 Jan 2021 19:34:13 +0000
(19:34 +0000)
committer
kn
<kn@openbsd.org>
Sat, 30 Jan 2021 19:34:13 +0000
(19:34 +0000)
Already declared "extern" in ldomctl.h; required for "-fno-common".
OK kettenis
usr.sbin/ldomctl/ldomctl.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ldomctl/ldomctl.c
b/usr.sbin/ldomctl/ldomctl.c
index
4cd82ce
..
612150b
100644
(file)
--- a/
usr.sbin/ldomctl/ldomctl.c
+++ b/
usr.sbin/ldomctl/ldomctl.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ldomctl.c,v 1.3
8 2020/02/02 00:49:06
kn Exp $ */
+/* $OpenBSD: ldomctl.c,v 1.3
9 2021/01/30 19:34:13
kn Exp $ */
/*
* Copyright (c) 2012 Mark Kettenis
@@
-92,7
+92,6
@@
int hvctl_fd;
void *hvmd_buf;
size_t hvmd_len;
-struct md *hvmd;
uint64_t hv_mdpa;
uint64_t hv_membase;
uint64_t hv_memsize;