* 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:
Ingo Weinhold
2008-05-29 02:08:23 +00:00
parent 1c18a5df87
commit 2b07b8e0f1
61 changed files with 490 additions and 645 deletions
+1 -1
View File
@@ -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;