summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
diff options
context:
space:
mode:
authorAl Viro2006-11-21 02:22:26 +0100
committerDavid S. Miller2006-12-03 06:27:00 +0100
commit74af924ab6562717ef9aab1061ec05bbbf31d979 (patch)
tree2b54dcf770bfb94396c76931026189b908dc940f /include/net/sctp
parent[SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr(). (diff)
downloadkernel-qcow2-linux-74af924ab6562717ef9aab1061ec05bbbf31d979.tar.gz
kernel-qcow2-linux-74af924ab6562717ef9aab1061ec05bbbf31d979.tar.xz
kernel-qcow2-linux-74af924ab6562717ef9aab1061ec05bbbf31d979.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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 9bb5c038b95a..bb857957a88a 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -757,7 +757,6 @@ const union sctp_addr *sctp_source(const struct sctp_chunk *chunk);
struct sctp_sockaddr_entry {
struct list_head list;
union sctp_addr a;
- union sctp_addr a_h;
__u8 use_as_src;
};