--- ./mesh/queues.hpp 2008-03-13 23:26:24.000000000 -0400 +++ ./mesh/queues.hpp 2008-03-25 10:39:21.000000000 -0400 @@ -82,11 +82,9 @@ #if defined(__i386) || defined(_MSC_VER) /* little endian */ volatile unsigned long sn; // serial number void* volatile ptr; -#elif defined(SPARC) /* big endian */ +#else /* big endian */ void* volatile ptr; volatile unsigned long sn; // serial number -#else -#error Please indicate your endianness here. #endif } p; volatile unsigned long long all; // For when we need to read the whole