# HG changeset patch # User Timo Sirainen # Date 1150453573 -10800 # Node ID 70f95d997c3bd3ef2ae030690072b0a33c3f6a1c # Parent 15d3681fdecc7543dc5d4c040a0c628486e7a44b X68_64 CPU can do little-endian accesses itself. This patch updates ntlm-byteorder.h to reflect this fact. Patch by Andrey Panin. diff -r 15d3681fdecc -r 70f95d997c3b src/lib-ntlm/ntlm-byteorder.h --- a/src/lib-ntlm/ntlm-byteorder.h Fri Jun 16 13:26:01 2006 +0300 +++ b/src/lib-ntlm/ntlm-byteorder.h Fri Jun 16 13:26:13 2006 +0300 @@ -12,7 +12,7 @@ #ifndef __NTLM_BYTEORDER_H__ #define __NTLM_BYTEORDER_H__ -#if defined(__i386__) || defined(__vax__) +#if defined(__i386__) || defined(__x86_64__) || defined(__vax__) static inline uint16_t read_le16(const void *addr) {