change vm_address_space to struct vm_address_space

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10063 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-11-20 23:25:37 +00:00
parent 8210771d09
commit a3a80c27cc
+2 -2
View File
@@ -101,8 +101,8 @@ struct team {
uint32 count; uint32 count;
int32 wait_for_any; /* count of wait_for_child() that wait for any child */ int32 wait_for_any; /* count of wait_for_child() that wait for any child */
} dead_children; } dead_children;
vm_address_space *aspace; struct vm_address_space *aspace;
vm_address_space *kaspace; struct vm_address_space *kaspace;
addr_t user_env_base; addr_t user_env_base;
struct thread *main_thread; struct thread *main_thread;
struct thread *thread_list; struct thread *thread_list;