Committed revision 2390.

Steven Dake wrote:
> pls merge
> 
> regards
> -steve
> 
> On Tue, 2009-08-18 at 17:52 +0200, Jan Friesse wrote:
>> This fix one sem_num, so it's now possible to run more then once ipc.
>>
>> Regards,
>>   Honza
>> plain text document attachment
>> (coroipcs-system-without-unamed-shared-posix-threads-fix.patch)
>> commit 7acdc048c90692c40aa7a846a3d8d1dc5788e30d
>> Author: Jan Friesse <jfrie...@redhat.com>
>> 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
>> Openais@lists.linux-foundation.org
>> https://lists.linux-foundation.org/mailman/listinfo/openais
> 

_______________________________________________
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to