aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index bd8a2db5b..04c8a45be 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -690,7 +690,7 @@ unix_demultiplexer (struct Plugin *plugin, struct GNUNET_PeerIdentity *sender,
690static void 690static void
691unix_plugin_select_read (struct Plugin * plugin) 691unix_plugin_select_read (struct Plugin * plugin)
692{ 692{
693 char buf[65536]; 693 char buf[65536] GNUNET_ALIGN;
694 struct UNIXMessage *msg; 694 struct UNIXMessage *msg;
695 struct GNUNET_PeerIdentity sender; 695 struct GNUNET_PeerIdentity sender;
696 struct sockaddr_un un; 696 struct sockaddr_un un;