Match _kvm_kvatop to it's prototype in kvm_i386.c. This unbreaks
the build. Approved by: re
This commit is contained in:
parent
2bdfd0d814
commit
da2ef70999
@ -423,7 +423,7 @@ _kvm_vatop_pae(kvm_t *kd, u_long va, off_t *pa)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
_kvm_kvatop(kvm_t *kd, u_long va, uint64_t *pa)
|
_kvm_kvatop(kvm_t *kd, u_long va, off_t *pa)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (ISALIVE(kd)) {
|
if (ISALIVE(kd)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user