summaryrefslogtreecommitdiffstats
path: root/include/linux/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/socket.h')
-rw-r--r--include/linux/socket.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h
index fb23a557f..e5d06dde0 100644
--- a/include/linux/socket.h
+++ b/include/linux/socket.h
@@ -123,9 +123,9 @@ __KINLINE struct cmsghdr * cmsg_nxthdr (struct msghdr *__msg, struct cmsghdr *__
#define SCM_CONNECT 0x03 /* rw: struct scm_connect */
struct ucred {
- __u32 pid;
- __u32 uid;
- __u32 gid;
+ __u32 pid;
+ __u32 uid;
+ __u32 gid;
};