team_id == aspace_id.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11087 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-01-27 07:17:01 +00:00
parent e6a3e8011c
commit 04b59e02dd
+1 -1
View File
@@ -2793,7 +2793,7 @@ fill_area_info(struct vm_area *area, area_info *info, size_t size)
info->size = area->size;
info->protection = area->protection & B_USER_PROTECTION;
info->lock = B_FULL_LOCK;
info->team = 1;
info->team = area->aspace->id;
info->ram_size = area->size;
info->copy_count = 0;
info->in_count = 0;