diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-09-07 23:40:36 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-09-07 23:40:36 -0700 |
| commit | d3b7e367662c63ff1f577f5a57fcd733bd818cb5 (patch) | |
| tree | 8ea603b93a98e8de7038799d5366fc91ea8b8e07 /include/linux/socket.h | |
| parent | 9237f1c063226ee6b12f3a9f38ae029400f02391 (diff) | |
[NET]: Kill SCM_CONNECT, never used and unreferenced.
Noticed by Ulrich Drepper
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/socket.h')
| -rw-r--r-- | include/linux/socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h index 3a18d6e0a51d..b3aef7bf1380 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h @@ -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; |
