[SCTP] Move a local variable declaration ahead of the function code.
Apparently the new gcc 3.2.2 allows local variable declarations within the code of a function if it is not used earlier. But older gcc's do not allow this.
Showing
Please register or sign in to comment