提交 9b415156 编写于 作者: X Xin Long 提交者: David S. Miller

sctp: remove the typedef sctp_dup_tsn_t

This patch is to remove the typedef sctp_dup_tsn_t, and replace
with __be32 in the places where it's using this typedef.
Signed-off-by: NXin Long <lucien.xin@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 fe9a0fe7
......@@ -368,11 +368,9 @@ struct sctp_gap_ack_block {
__be16 end;
};
typedef __be32 sctp_dup_tsn_t;
typedef union {
struct sctp_gap_ack_block gab;
sctp_dup_tsn_t dup;
__be32 dup;
} sctp_sack_variable_t;
typedef struct sctp_sackhdr {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册