svn commit: r301521 - projects/vnet/sys/net

Bjoern A. Zeeb bz at FreeBSD.org
Mon Jun 6 20:42:55 UTC 2016


Author: bz
Date: Mon Jun  6 20:42:54 2016
New Revision: 301521
URL: https://svnweb.freebsd.org/changeset/base/301521

Log:
  Re-add two whitespace lines to get the diff clean to head.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/vnet/sys/net/if_ethersubr.c

Modified: projects/vnet/sys/net/if_ethersubr.c
==============================================================================
--- projects/vnet/sys/net/if_ethersubr.c	Mon Jun  6 20:42:46 2016	(r301520)
+++ projects/vnet/sys/net/if_ethersubr.c	Mon Jun  6 20:42:54 2016	(r301521)
@@ -732,6 +732,8 @@ VNET_SYSUNINIT(vnet_ether_uninit, SI_SUB
     vnet_ether_destroy, NULL);
 #endif
 
+
+
 static void
 ether_input(struct ifnet *ifp, struct mbuf *m)
 {


More information about the svn-src-projects mailing list