aboutsummaryrefslogtreecommitdiff
path: root/src/hello/gnunet-hello.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/hello/gnunet-hello.c
parentcbcd55809c1896352f506ebc7252b1044aba476d (diff)
downloadgnunet-b9a3fbdc52b32aa6bd27941aba76da528f4e0669.tar.gz
gnunet-b9a3fbdc52b32aa6bd27941aba76da528f4e0669.zip
-trying to resolve alignment issue on sparc
Diffstat (limited to 'src/hello/gnunet-hello.c')
-rw-r--r--src/hello/gnunet-hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hello/gnunet-hello.c b/src/hello/gnunet-hello.c
index cbbdce3da..bc35cdd32 100644
--- a/src/hello/gnunet-hello.c
+++ b/src/hello/gnunet-hello.c
@@ -156,7 +156,7 @@ main (int argc, char *argv[])
156 return 1; 156 return 1;
157 } 157 }
158 { 158 {
159 char buf[fsize]; 159 char buf[fsize] GNUNET_ALIGN;
160 160
161 GNUNET_assert (fsize == 161 GNUNET_assert (fsize ==
162 GNUNET_DISK_file_read (fh, buf, fsize)); 162 GNUNET_DISK_file_read (fh, buf, fsize));