summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-09 17:39:43 -0300
committerRenato Botelho <renato@netgate.com>2016-05-09 17:39:43 -0300
commit20ab79d9560e0036f834689a67c3035c18e3eb43 (patch)
treeee1296285669938e8ca9f3215719c5e461aab23b /sys/net/if_ethersubr.c
parent394097451eda898069e18b8dc01759b5ec2d19ff (diff)
parent751248c9f444f5d00818a67a793dc0319749f236 (diff)
downloadFreeBSD-src-20ab79d9560e0036f834689a67c3035c18e3eb43.zip
FreeBSD-src-20ab79d9560e0036f834689a67c3035c18e3eb43.tar.gz
Merge remote-tracking branch 'origin/master' into devel-11
Diffstat (limited to 'sys/net/if_ethersubr.c')
-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 a73302e..e4b5ed9 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -428,9 +428,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.
OpenPOWER on IntegriCloud