Signed-off-by: Greg Walton <[email protected]>
---
 exec/totemip.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exec/totemip.c b/exec/totemip.c
index d6bb34a..cdff21f 100644
--- a/exec/totemip.c
+++ b/exec/totemip.c
@@ -472,7 +472,7 @@ int totemip_iface_check(struct totem_ip_address *bindnet,
                        if (bindnet->family == AF_INET && bindnet->nodeid == 0) 
{
                                unsigned int nodeid = 0;
                                memcpy (&nodeid, boundto->addr, sizeof (int));
-#if _BYTE_ORDER == _BIG_ENDIAN
+#if __BYTE_ORDER == __BIG_ENDIAN
                                nodeid = swab32 (nodeid);
 #endif
                                /*
-- 
1.7.2.3

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to