Author: bz Date: Tue May 3 16:01:53 2016 New Revision: 298985 URL: https://svnweb.freebsd.org/changeset/base/298985
Log: Remove the most useful INET || INET6 check leftover from whenever, doing nothing. MFC after: 1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/net/if_ethersubr.c Modified: head/sys/net/if_ethersubr.c ============================================================================== --- head/sys/net/if_ethersubr.c Tue May 3 15:58:35 2016 (r298984) +++ head/sys/net/if_ethersubr.c Tue May 3 16:01:53 2016 (r298985) @@ -426,9 +426,6 @@ ether_output_frame(struct ifnet *ifp, st 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. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"