sctp: Guard IPV6 specific code properly.
authorDavid S. Miller <davem@davemloft.net>
Mon, 6 Jun 2011 20:05:55 +0000 (13:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Jun 2011 20:05:55 +0000 (13:05 -0700)
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>

No differences found