diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-04-27 17:37:02 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-05-21 02:31:32 +0200 |
commit | bbced07d9952ca290e8de3957c75b8b401d7a867 (patch) | |
tree | 3a2933c2db4da381afebe1919453d2da0dd13f04 /include/net/compat.h | |
parent | handle the group_source_req options directly (diff) | |
download | linux-bbced07d9952ca290e8de3957c75b8b401d7a867.tar.xz linux-bbced07d9952ca290e8de3957c75b8b401d7a867.zip |
get rid of compat_mc_setsockopt()
not used anymore
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/net/compat.h')
-rw-r--r-- | include/net/compat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/compat.h b/include/net/compat.h index d714076d63d5..f241666117d8 100644 --- a/include/net/compat.h +++ b/include/net/compat.h @@ -67,10 +67,6 @@ int put_cmsg_compat(struct msghdr*, int, int, int, void *); int cmsghdr_from_user_compat_to_kern(struct msghdr *, struct sock *, unsigned char *, int); -int compat_mc_setsockopt(struct sock *, int, int, char __user *, unsigned int, - int (*)(struct sock *, int, int, char __user *, - unsigned int)); - struct compat_group_req { __u32 gr_interface; struct __kernel_sockaddr_storage gr_group |