diff options
| author | David S. Miller <davem@davemloft.net> | 2008-06-04 12:10:21 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-06-04 12:10:21 -0700 |
| commit | aed5a833fb18123d7cfc6ce3810ab97efd4869b3 (patch) | |
| tree | 7077b2dce8fe2990cdf10ef8e1990c1eeafd3bc1 /net/sctp/protocol.c | |
| parent | a6604471db5e7a33474a7f16c64d6b118fae3e74 (diff) | |
| parent | 9596cc826e2e52bfc318ca37a6c52fe3d72990a3 (diff) | |
| download | kernel_replicant_linux-aed5a833fb18123d7cfc6ce3810ab97efd4869b3.tar.gz kernel_replicant_linux-aed5a833fb18123d7cfc6ce3810ab97efd4869b3.tar.bz2 kernel_replicant_linux-aed5a833fb18123d7cfc6ce3810ab97efd4869b3.zip | |
Merge branch 'net-2.6-misc-20080605a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-fix
Diffstat (limited to 'net/sctp/protocol.c')
| -rw-r--r-- | net/sctp/protocol.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 0ec234b762c2..13ee7fa92e07 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c @@ -519,7 +519,8 @@ out: /* For v4, the source address is cached in the route entry(dst). So no need * to cache it separately and hence this is an empty routine. */ -static void sctp_v4_get_saddr(struct sctp_association *asoc, +static void sctp_v4_get_saddr(struct sctp_sock *sk, + struct sctp_association *asoc, struct dst_entry *dst, union sctp_addr *daddr, union sctp_addr *saddr) |
