team_kill_team() is now called kill_team().

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6871 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-03-03 01:02:08 +00:00
parent 0ff38616f4
commit acfdb017dd
1 changed files with 1 additions and 1 deletions

View File

@ -1798,7 +1798,7 @@ int vm_page_fault(addr address, addr fault_address, bool is_write, bool is_user,
}
} else {
dprintf("vm_page_fault: killing team 0x%lx\n", thread_get_current_thread()->team->id);
team_kill_team(thread_get_current_thread()->team->id);
kill_team(team_get_current_team_id());
}
}