aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2016-05-03 16:01:53 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2016-05-03 16:01:53 +0000
commit46b0539ca44f464f6d99b1de9c819edded42d5b2 (patch)
tree73686297c8ca3a098cf6a1f1082687c9e1746474 /sys/net
parent6e745eeddd86c57aff79252c5cddd1601abcd84f (diff)
Notes
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_ethersubr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index 8698647a8603e..6f0e6e3cc1776 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -426,9 +426,6 @@ ether_output_frame(struct ifnet *ifp, struct mbuf *m)
return ((ifp->if_transmit)(ifp, m));
}
-#if defined(INET) || defined(INET6)
-#endif
-
/*
* Process a received Ethernet packet; the packet is in the
* mbuf chain m with the ethernet header at the front.