summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_fwsubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_fwsubr.c b/sys/net/if_fwsubr.c
index e001c29..8d4f159 100644
--- a/sys/net/if_fwsubr.c
+++ b/sys/net/if_fwsubr.c
@@ -136,7 +136,7 @@ firewire_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
}
switch (dst->sa_family) {
-#ifdef AF_INET
+#ifdef INET
case AF_INET:
/*
* Only bother with arp for unicast. Allocation of
OpenPOWER on IntegriCloud