提交 b4e8c6a7 编写于 作者: R Rami Rosen 提交者: Vlad Yasevich

sctp: remove unused union (sctp_cmsg_data_t) definition

This patch removes an unused union definition (sctp_cmsg_data_t)
from include/net/sctp/user.h.
Signed-off-by: NRami Rosen <rosenrami@gmail.com>
Signed-off-by: NVlad Yasevich <vladislav.yasevich@hp.com>
上级 40187886
......@@ -210,12 +210,6 @@ enum sctp_sinfo_flags {
};
typedef union {
__u8 raw;
struct sctp_initmsg init;
struct sctp_sndrcvinfo sndrcv;
} sctp_cmsg_data_t;
/* These are cmsg_types. */
typedef enum sctp_cmsg_type {
SCTP_INIT, /* 5.2.1 SCTP Initiation Structure */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册