]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels.
authorIvan Skytte J鷨gensen <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)
commit5fe467ee9787007dd9b263eb42dde3742deb743b
tree607c106b4c35a4a329cf1656f047b969faedca8d
parentedb4a3534adbaf90768d67da35f0bfeac4767db6
[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鷨gensen <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