projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
438d1dd
)
fixing bus error on sparc, mantis bug 1909
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 28 Nov 2011 10:50:20 +0000
(10:50 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 28 Nov 2011 10:50:20 +0000
(10:50 +0000)
src/transport/plugin_transport_wlan.c
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_wlan.c
b/src/transport/plugin_transport_wlan.c
index ae6af96f87bfb20b0175d978968e3e3e940b4765..714f23f19fb8f9e0e6be8a2ffd9feb582e15739c 100644
(file)
--- 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
};
/**