From: Matthias Wachs Date: Mon, 28 Nov 2011 10:50:20 +0000 (+0000) Subject: fixing bus error on sparc, mantis bug 1909 X-Git-Tag: initial-import-from-subversion-38251~15782 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=42b88a655c70e9e458e7121ec28fd4e4ff3c056c;p=oweals%2Fgnunet.git fixing bus error on sparc, mantis bug 1909 --- diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index ae6af96f8..714f23f19 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -354,6 +354,9 @@ struct Sessionqueue struct Sessionqueue *next; struct Sessionqueue *prev; struct Session *content; +#if !HAVE_UNALIGNED_64_ACCESS + void *dummy; /* for alignment, see #1909 */ +#endif }; /**