FS-5507 this should fix but I'm not sure its the proper thing

This commit is contained in:
Jeff Lenk 2013-06-17 08:51:56 -05:00
parent 90683e3332
commit f37467e054
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ octet_string_set_to_zero(uint8_t *s, int len);
# define be64_to_cpu(x) bswap_64((x)) # define be64_to_cpu(x) bswap_64((x))
#else #else
#if defined(__GNUC__) && defined(HAVE_X86) #if defined(__GNUC__) && defined(HAVE_X86) && !defined(__FreeBSD__)
/* Fall back. */ /* Fall back. */
static inline uint32_t be32_to_cpu(uint32_t v) { static inline uint32_t be32_to_cpu(uint32_t v) {
/* optimized for x86. */ /* optimized for x86. */