This fix one sem_num, so it's now possible to run more then once ipc.

Regards,
  Honza
commit 7acdc048c90692c40aa7a846a3d8d1dc5788e30d
Author: Jan Friesse <[email protected]>
Date:   Tue Aug 18 15:28:04 2009 +0200

    Fix systems without _POSIX_THREAD_PROCESS_SHARED

diff --git a/trunk/exec/coroipcs.c b/trunk/exec/coroipcs.c
index 3e8eb2d..03e580c 100644
--- a/trunk/exec/coroipcs.c
+++ b/trunk/exec/coroipcs.c
@@ -183,7 +183,7 @@ retry_semop:
                goto retry_semop;
        }
 #else
-       sop.sem_num = 1;
+       sop.sem_num = 0;
        sop.sem_op = 1;
        sop.sem_flg = 0;
 
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to