On 05/15/2014 04:30 PM, [email protected] wrote:
> Hi!
>> __sparc64__ is not defined by cpp. We should use
>> '__sparc__' and '__arch64__' instead.
>>
>> Author: Jose E. Marchesi <[email protected]>
>>
>> Signed-off-by: Stanislav Kholmanskikh <[email protected]>
>> ---
>>   testcases/kernel/syscalls/utils/msg_common.h |    3 ++-
>>   1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/testcases/kernel/syscalls/utils/msg_common.h 
>> b/testcases/kernel/syscalls/utils/msg_common.h
>> index 0471291..2ecd27e 100644
>> --- a/testcases/kernel/syscalls/utils/msg_common.h
>> +++ b/testcases/kernel/syscalls/utils/msg_common.h
>> @@ -26,7 +26,8 @@
>>   #ifndef MSG_CMSG_COMPAT
>>
>>   #if defined(__powerpc64__) || defined(__mips64) || defined(__x86_64__) || \
>> -    defined(__sparc64__) || defined(__ia64__) || defined(__s390x__)
>> +    defined(__ia64__) || defined(__s390x__) || \
>> +    defined(__sparc__) && defined(__arch64__)
>>   #define MSG_CMSG_COMPAT 0x80000000
>>   #else
>>   #define MSG_CMSG_COMPAT 0
>
> These two patches are OK, acked.
>
These two were pushed. Thank you.

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to