Stub out _kvm_mdopen, we don't the same constants as NetBSD

This commit is contained in:
David E. O'Brien 2002-05-15 09:56:40 +00:00
parent 3a52718aad
commit 2242258dc7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96651

View File

@ -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);
}