X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.c;h=42418e5f20d9e168eb0af5c7da9c2d1ffa1c2127;hp=463033bb710a36036ca37907ecc59016fd6dd304;hb=5ff80e887a99a192bab3339c4339f8202733f031;hpb=ca006af72cef95b0aba3cad799badde47010a621 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;