diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-20 20:22:26 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:27:00 -0500 |
commit | 74af924ab6562717ef9aab1061ec05bbbf31d979 (patch) | |
tree | 2b54dcf770bfb94396c76931026189b908dc940f /include/net/sctp | |
parent | 5ae955cffdb96190c2bd4f57313f5f147f87854b (diff) |
[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 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); | |||
757 | struct sctp_sockaddr_entry { | 757 | struct sctp_sockaddr_entry { |
758 | struct list_head list; | 758 | struct list_head list; |
759 | union sctp_addr a; | 759 | union sctp_addr a; |
760 | union sctp_addr a_h; | ||
761 | __u8 use_as_src; | 760 | __u8 use_as_src; |
762 | }; | 761 | }; |
763 | 762 | ||