[SCTP] Fix SCTP socket options to work with 32-bit apps on 64-bit kernels.
authorSridhar Samudrala <sri@us.ibm.com>
Fri, 7 Oct 2005 04:37:01 +0000 (21:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Oct 2005 04:37:01 +0000 (21:37 -0700)
Adds alignment attribute to a few structures used with SCTP socket
options so that the sizes and offsets remain the same when built using
either 32 or 64 bit tools.

Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found