summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2011-05-18 19:49:39 +0000
committertuexen <tuexen@FreeBSD.org>2011-05-18 19:49:39 +0000
commitedee7676bc15732139395a157e854f66547bb38a (patch)
treee6b13db2a3543e19b19a1c503baae15d7f2f7a95
parent03e42462223cf4553163d8b6ad6cf9637dca9096 (diff)
downloadFreeBSD-src-edee7676bc15732139395a157e854f66547bb38a.zip
FreeBSD-src-edee7676bc15732139395a157e854f66547bb38a.tar.gz
Unbreak INET-less build.
Reported by bz@ MFC after: 1 week
-rw-r--r--sys/netinet/sctp_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c
index aea43b2..a7d22bd 100644
--- a/sys/netinet/sctp_output.c
+++ b/sys/netinet/sctp_output.c
@@ -3129,8 +3129,8 @@ plan_d:
}
#endif
out:
- if (sifa) {
#ifdef INET
+ if (sifa) {
if (retried == 1) {
LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
if (dest_is_loop == 0 && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
OpenPOWER on IntegriCloud