aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-20 20:14:23 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-03 00:26:57 -0500
commit80f15d62418040e78849f5fc3a4a5af9c9d1fec7 (patch)
tree8b6e07b00843467d06dda45cc8d00e5dc3363a19 /include/net/sctp
parenta926626893aca20567f27af1c5edc830e1c51b2b (diff)
[SCTP]: ->source_h is not used anymore.
kill it 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 27519562014..9bb5c038b95 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -714,7 +714,6 @@ struct sctp_chunk {
714 714
715 /* What is the origin IP address for this chunk? */ 715 /* What is the origin IP address for this chunk? */
716 union sctp_addr source; 716 union sctp_addr source;
717 union sctp_addr source_h;
718 /* Destination address for this chunk. */ 717 /* Destination address for this chunk. */
719 union sctp_addr dest; 718 union sctp_addr dest;
720 719