fixing bus error on sparc, mantis bug 1909
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 28 Nov 2011 10:50:20 +0000 (10:50 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 28 Nov 2011 10:50:20 +0000 (10:50 +0000)
src/transport/plugin_transport_wlan.c

index ae6af96f87bfb20b0175d978968e3e3e940b4765..714f23f19fb8f9e0e6be8a2ffd9feb582e15739c 100644 (file)
@@ -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
 };
 
 /**