Ticket #5187: sunos-byteorder.diff

File sunos-byteorder.diff, 400 bytes (added by andreasf, 14 years ago)

patch

  • headers/build/host/sunos/endian.h

    diff --git a/headers/build/host/sunos/endian.h b/headers/build/host/sunos/endian.h
    index d47d89c..7676633 100644
    a b  
    1515#define BYTE_ORDER      __BIG_ENDIAN
    1616#else
    1717#error Unable to determine byte order!
    18 #endif
     18#endif
     19
     20#define __BYTE_ORDER    BYTE_ORDER
    1921
    2022#endif  // _HAIKU_BUILD_COMPATIBILITY_SUNOS_ENDIAN