summaryrefslogtreecommitdiff
path: root/arch/powerpc64/bits/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc64/bits/socket.h')
-rw-r--r--arch/powerpc64/bits/socket.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/powerpc64/bits/socket.h b/arch/powerpc64/bits/socket.h
index ec3590c6..2f748ae8 100644
--- a/arch/powerpc64/bits/socket.h
+++ b/arch/powerpc64/bits/socket.h
@@ -1,7 +1,6 @@
#include <endian.h>
-struct msghdr
-{
+struct msghdr {
void *msg_name;
socklen_t msg_namelen;
struct iovec *msg_iov;
@@ -21,8 +20,7 @@ struct msghdr
int msg_flags;
};
-struct cmsghdr
-{
+struct cmsghdr {
#if __BYTE_ORDER == __BIG_ENDIAN
int __pad1;
socklen_t cmsg_len;