/*===========================================================================*
* munmap (override for VM) *
*===========================================================================*/
-PUBLIC int munmap(void *addr, size_t len)
+PUBLIC int minix_munmap(void *addr, size_t len)
{
vir_bytes laddr;
if(!unmap_ok)
/*===========================================================================*
* munmap_text (override for VM) *
*===========================================================================*/
-PUBLIC int munmap_text(void *addr, size_t len)
+PUBLIC int minix_munmap_text(void *addr, size_t len)
{
vir_bytes laddr;
if(!unmap_ok)