Duh. Fix a fatfingered patch.

This commit is contained in:
Mark Murray 2000-06-25 19:06:48 +00:00
parent 39d9385710
commit 8567cb9f5d
2 changed files with 2 additions and 2 deletions

View file

@ -217,10 +217,10 @@ memmmap(dev_t dev, vm_offset_t offset, int prot)
/* minor device 1 is kernel memory */
case 1:
return i386_btop(vtophys(offset));
}
default:
return -1;
}
}
/*

View file

@ -217,10 +217,10 @@ memmmap(dev_t dev, vm_offset_t offset, int prot)
/* minor device 1 is kernel memory */
case 1:
return i386_btop(vtophys(offset));
}
default:
return -1;
}
}
/*