The crypto code has an obvious #if error condition which seems to work
on older compilers but breaks on modern compilers.

Regards
-steve
Index: exec/crypto.c
===================================================================
--- exec/crypto.c	(revision 1889)
+++ exec/crypto.c	(working copy)
@@ -37,7 +37,7 @@
 #define ENDIAN_LITTLE
 #elif _BYTE_ORDER == _BIG_ENDIAN
 #define ENDIAN_BIG
-#elif
+#else
 #warning "cannot detect byte order"
 #endif
 
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to