]> git.baikalelectronics.ru Git - kernel.git/commit
[SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels.
authorIvan Skytte Jørgensen <isj-sctp@i1.dk>
Fri, 7 Oct 2005 04:36:17 +0000 (21:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Oct 2005 04:36:17 +0000 (21:36 -0700)
commit6c5f269924713d033c75845bc0c8417091db289a
tree607c106b4c35a4a329cf1656f047b969faedca8d
parent08199a77be0f856148b2ea8ec08ea038884d3ea6
[SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels.

The old socket options are marked with a _OLD suffix so that the
existing 32-bit apps on 32-bit kernels do not break.

Signed-off-by: Ivan Skytte Jørgensen <isj-sctp@i1.dk>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/user.h
net/sctp/socket.c