diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-21 02:24:02 +0100 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 06:27:05 +0100 |
commit | 516b20ee2d4df76e7f76332e161a25c70e8f7bea (patch) | |
tree | 96177f1c875ffabc7d68fa3ae00320abbbd1862e /include/net/sctp | |
parent | [SCTP]: ip6_send() doesn't need fl_ip_[sd]port. (diff) | |
download | linux-516b20ee2d4df76e7f76332e161a25c70e8f7bea.tar.xz linux-516b20ee2d4df76e7f76332e161a25c70e8f7bea.zip |
[SCTP]: ->a_h is gone now.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sctp')
-rw-r--r-- | include/net/sctp/structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index bb857957a88a..02f1fd5de4be 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h @@ -843,7 +843,6 @@ struct sctp_transport { /* This is the peer's IP address and port. */ union sctp_addr ipaddr; - union sctp_addr ipaddr_h; /* These are the functions we call to handle LLP stuff. */ struct sctp_af *af_specific; |