diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-25 22:41:20 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-25 22:41:20 +0000 |
commit | cd259ccdaec7c6702aa71196a0dad8968c34e9bf (patch) | |
tree | 4f79348d1201a9b59d1157a75142187a11158608 /include/linux/socket.h | |
parent | fbf7f8d08f48f03db03963cb15eceef6e6ae88bd (diff) |
Cleanup a large number of random junk, nothing of importance.
Diffstat (limited to 'include/linux/socket.h')
-rw-r--r-- | include/linux/socket.h | 6 |
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; }; |