Stub out _kvm_mdopen, we don't the same constants as NetBSD
This commit is contained in:
parent
3a52718aad
commit
2242258dc7
@ -93,9 +93,11 @@ _kvm_mdopen(kd)
|
||||
kvm_t *kd;
|
||||
{
|
||||
|
||||
#ifdef FBSD_NOT_YET
|
||||
kd->usrstack = USRSTACK;
|
||||
kd->min_uva = VM_MIN_ADDRESS;
|
||||
kd->max_uva = VM_MAXUSER_ADDRESS;
|
||||
#endif
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user