qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Fix libfdt warnings on Darwin


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH] Fix libfdt warnings on Darwin
Date: Sat, 28 May 2011 16:20:35 +0200

On 28.05.2011, at 16:16, Andreas Färber wrote:

> Am 28.05.2011 um 16:03 schrieb Alexander Graf:
> 
>> On 28.05.2011, at 16:01, Andreas Färber wrote:
>> 
>>> diff --git a/libfdt_env.h b/libfdt_env.h
>>> index ee0419f..90d7f3b 100644
>>> --- a/libfdt_env.h
>>> +++ b/libfdt_env.h
>>> @@ -19,13 +19,9 @@
>>> #ifndef _LIBFDT_ENV_H
>>> #define _LIBFDT_ENV_H
>>> 
>>> -#include <stddef.h>
>>> -#include <stdint.h>
>>> -#include <string.h>
>>> -#include <endian.h>
>>> -#include <byteswap.h>
>>> +#include "bswap.h"
>>> 
>>> -#if __BYTE_ORDER == __BIG_ENDIAN
>>> +#ifdef HOST_WORDS_BIGENDIAN
>> 
>> Hrm. Who defines HOST_WORDS_BIGENDIAN? Shouldn't you explicitly include that 
>> header file?
> 
> bswap.h includes config-host.h, why duplicate that. Let's not make Stefan 
> more work. :)

Ah, then everything's fine :). Please make sure to test it on a little endian 
(Linux) box as well :)

Acked-by: Alexander Graf <address@hidden>


Alex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]