X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.c;h=51db7686c6b008c2ac8704967d9cdfd7ea76e071;hp=cbc05d131b28550d8596cee1bb505a835ef81779;hb=9d8fdf8898418711558f70a9630b2444036d8285;hpb=c311eae67481b400bccac0bfe71d6cad846db2fc diff --git a/vss.c b/vss.c index cbc05d13..51db7686 100644 --- a/vss.c +++ b/vss.c @@ -905,7 +905,7 @@ static void vss_pre_select(struct sched *s, void *context) static int recv_afs_msg(int afs_socket, int *fd, uint32_t *code, uint32_t *data) { - char control[255], buf[8]; + char control[255] __a_aligned(8), buf[8]; struct msghdr msg = {.msg_iov = NULL}; struct cmsghdr *cmsg; struct iovec iov;