commit | 5d0c90cf4d417ccafcd1af4ec32945c3f80e98e2 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Jun 06 13:05:55 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 06 13:05:55 2011 -0700 |
tree | a20778871b29a651aef304131389fe964886aa57 | |
parent | e3cc055c18ab575291acf0af7622a2e97c4728fa [diff] |
sctp: Guard IPV6 specific code properly. Outside of net/sctp/ipv6.c, IPV6 specific code needs to be ifdef guarded. This fixes build failures with IPV6 disabled. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>