X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.c;h=42418e5f20d9e168eb0af5c7da9c2d1ffa1c2127;hp=463033bb710a36036ca37907ecc59016fd6dd304;hb=9d8fdf8898418711558f70a9630b2444036d8285;hpb=e9b00a14a4653d767a9d0fe885aa0b6d56c42180 diff --git a/net.c b/net.c index 463033bb..42418e5f 100644 --- a/net.c +++ b/net.c @@ -1018,7 +1018,7 @@ static void dispose_fds(int *fds, unsigned num) */ int recv_cred_buffer(int fd, char *buf, size_t size) { - char control[255]; + char control[255] __a_aligned(8); struct msghdr msg; struct cmsghdr *cmsg; struct iovec iov;