Commit d3b7e367 authored by David S. Miller's avatar David S. Miller

[NET]: Kill SCM_CONNECT, never used and unreferenced.

Noticed by Ulrich Drepper
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9237f1c0
......@@ -140,7 +140,6 @@ __KINLINE struct cmsghdr * cmsg_nxthdr (struct msghdr *__msg, struct cmsghdr *__
#define SCM_RIGHTS 0x01 /* rw: access rights (array of int) */
#define SCM_CREDENTIALS 0x02 /* rw: struct ucred */
#define SCM_CONNECT 0x03 /* rw: struct scm_connect */
struct ucred {
__u32 pid;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment