aboutsummaryrefslogtreecommitdiff
path: root/src/util/helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-24 14:47:24 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-24 14:47:24 +0000
commitb9a3fbdc52b32aa6bd27941aba76da528f4e0669 (patch)
treeba48df589a0a669fda1720d8ac036e0245c28490 /src/util/helper.c
parentcbcd55809c1896352f506ebc7252b1044aba476d (diff)
downloadgnunet-b9a3fbdc52b32aa6bd27941aba76da528f4e0669.tar.gz
gnunet-b9a3fbdc52b32aa6bd27941aba76da528f4e0669.zip
-trying to resolve alignment issue on sparc
Diffstat (limited to 'src/util/helper.c')
-rw-r--r--src/util/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/helper.c b/src/util/helper.c
index 43ec23a88..1eaadfa78 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -220,7 +220,7 @@ helper_read (void *cls,
220 const struct GNUNET_SCHEDULER_TaskContext *tc) 220 const struct GNUNET_SCHEDULER_TaskContext *tc)
221{ 221{
222 struct GNUNET_HELPER_Handle *h = cls; 222 struct GNUNET_HELPER_Handle *h = cls;
223 char buf[GNUNET_SERVER_MAX_MESSAGE_SIZE]; 223 char buf[GNUNET_SERVER_MAX_MESSAGE_SIZE] GNUNET_ALIGN;
224 ssize_t t; 224 ssize_t t;
225 225
226 h->read_task = GNUNET_SCHEDULER_NO_TASK; 226 h->read_task = GNUNET_SCHEDULER_NO_TASK;