]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 17 Jan 2006 19:55:17 +0000 (11:55 -0800)
committerSridhar Samudrala <sri@us.ibm.com>
Tue, 17 Jan 2006 19:55:17 +0000 (11:55 -0800)
commit8116ffad4180b39d7a755345c1fde09da83930c0
treec99ff688ff5a4602c2c8ed52bd2e17d8273e64a6
parent38b0e42aba928d9929a26ec23b850c36a31fca5f
[SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.

Change all the structure members that hold jiffies to be of type
unsigned long.  This also corrects bad sysctl formating on 64 bit
architectures.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
include/net/sctp/structs.h
net/sctp/sm_sideeffect.c
net/sctp/socket.c
net/sctp/sysctl.c
net/sctp/transport.c