Match _kvm_kvatop to it's prototype in kvm_i386.c. This unbreaks

the build.

Approved by:	re
This commit is contained in:
Paul Saab 2005-06-30 01:25:21 +00:00
parent 2bdfd0d814
commit da2ef70999

View File

@ -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)) {