B_SYSTEM_TEAM is now 1 under Haiku which refers to the real kernel.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17645 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-05-30 00:18:50 +00:00
parent 1cffe232de
commit b2c5594fd2

View File

@ -1,6 +1,6 @@
/* Kernel specific structures and functions /* Kernel specific structures and functions
* *
* Copyright 2004-2005, Haiku Inc. All Rights Reserved. * Copyright 2004-2006, Haiku Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _OS_H #ifndef _OS_H
@ -208,7 +208,7 @@ typedef struct {
} team_info; } team_info;
#define B_CURRENT_TEAM 0 #define B_CURRENT_TEAM 0
#define B_SYSTEM_TEAM 2 #define B_SYSTEM_TEAM 1
extern status_t kill_team(team_id team); extern status_t kill_team(team_id team);
/* see also: send_signal() */ /* see also: send_signal() */