[Babel-users] Babel Configuration Help
Juliusz Chroboczek
Juliusz.Chroboczek at pps.jussieu.fr
Thu Sep 23 16:10:55 UTC 2010
> This causes babel to quit with an assert error from end_message in
> messages.c
Could you please try whether this is worked around by the following
patch? (Thanks to James W. Hubin for the debugging that lead to this.)
Juliusz
diff -rN -u old-babeld/util.h new-babeld/util.h
--- old-babeld/util.h 2010-09-23 18:08:42.069983064 +0200
+++ new-babeld/util.h 2010-09-23 18:08:42.101983225 +0200
@@ -20,7 +20,7 @@
THE SOFTWARE.
*/
-#if defined __GNUC__
+#if 0
struct __us { unsigned short x __attribute__((packed)); };
#define DO_NTOHS(_d, _s) \
do { _d = ntohs(((const struct __us*)(_s))->x); } while(0)
More information about the Babel-users
mailing list