svn commit: r298985 - head/sys/net

Bjoern A. Zeeb bz at FreeBSD.org
Tue May 3 16:01:55 UTC 2016


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.


More information about the svn-src-all mailing list