On 01/06/2011 09:15 AM, Greg Walton wrote: > Signed-off-by: Greg Walton <[email protected]> > --- > exec/crypto.c | 4 ---- > 1 files changed, 0 insertions(+), 4 deletions(-) > > diff --git a/exec/crypto.c b/exec/crypto.c > index 1564ee8..e21aa16 100644 > --- a/exec/crypto.c > +++ b/exec/crypto.c > @@ -36,10 +36,6 @@ typedef uint64_t ulong64; > #define ENDIAN_LITTLE > #elif __BYTE_ORDER == __BIG_ENDIAN > #define ENDIAN_BIG > -#elif _BYTE_ORDER == _LITTLE_ENDIAN > -#define ENDIAN_LITTLE > -#elif _BYTE_ORDER == _BIG_ENDIAN > -#define ENDIAN_BIG > #else > #error "cannot detect byte order" > #endif
This looks good I'll merge after running through our test suite For future submissions, the typical git commit should look something like One line description of change <CR> More description on change Thanks for the work! _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
