X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;h=ee1c6b5d0edad1472551274d0de9a4288504c3af;hp=d5afc6d9eb12eb731fecfdb8209bcd150e0e01cd;hb=9d8fdf8898418711558f70a9630b2444036d8285;hpb=4a7535aa8ed90a598d8a932adc61fe6009ebbd01 diff --git a/afs.c b/afs.c index d5afc6d9..ee1c6b5d 100644 --- a/afs.c +++ b/afs.c @@ -424,7 +424,7 @@ static int pass_afd(int fd, char *buf, size_t size) { struct msghdr msg = {.msg_iov = NULL}; struct cmsghdr *cmsg; - char control[255]; + char control[255] __a_aligned(8); int ret; struct iovec iov;