]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix bug #2293 bad big endian detection in lz4.c
authorKern Sibbald <kern@sibbald.com>
Mon, 10 Jul 2017 17:10:34 +0000 (19:10 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 10 Jul 2017 17:10:34 +0000 (19:10 +0200)
bacula/src/lib/lz4.c

index e04c1345cdc8ccc02cd8b3d69311c60f7eba1d76..2ffb244520452eeee46d63b9b4fd870236ac898a 100644 (file)
@@ -67,7 +67,8 @@ Note : this source file requires "lz4_encoder.h"
    || defined(__powerpc__) || defined(__ppc__) || defined(__PPC__) \
    || defined(__hpux)  || defined(__hppa) \
    || defined(_MIPSEB) || defined(__s390__)
-#error "BIG Endian detected but not set"
+// KES -- the following is not a correct assumption
+//#error "BIG Endian detected but not set"
 #endif
 #endif