Fix the alpha build by using the correct argument types for _kvm_kvatop().

Submitted by: marcel
Approved by: re (implicit)
This commit is contained in:
Scott Long 2005-07-02 05:49:29 +00:00
parent 482ac96888
commit dd3d1a98d5

View File

@ -109,7 +109,7 @@ int
_kvm_kvatop(kd, va, pa)
kvm_t *kd;
u_long va;
u_long *pa;
off_t *pa;
{
u_int64_t lev1map_pa; /* PA of Lev1map */
u_int64_t page_size;