提交 f37467e0 authored 作者: Jeff Lenk's avatar Jeff Lenk

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

上级 90683e33
......@@ -393,7 +393,7 @@ octet_string_set_to_zero(uint8_t *s, int len);
# define be64_to_cpu(x) bswap_64((x))
#else
#if defined(__GNUC__) && defined(HAVE_X86)
#if defined(__GNUC__) && defined(HAVE_X86) && !defined(__FreeBSD__)
/* Fall back. */
static inline uint32_t be32_to_cpu(uint32_t v) {
/* optimized for x86. */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论