* Replaced all instances of benaphores in the kernel code by mutexes.
* Removed kernel benaphores. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25690 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -27,7 +27,7 @@ struct net_timer;
|
||||
typedef struct ancillary_data_container ancillary_data_container;
|
||||
|
||||
struct net_fifo {
|
||||
benaphore lock;
|
||||
mutex lock;
|
||||
sem_id notify;
|
||||
int32 waiting;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user