svn commit: r253285 - head/sys/dev/ixgbe

Jack F Vogel jfv at FreeBSD.org
Fri Jul 12 21:21:15 UTC 2013


Author: jfv
Date: Fri Jul 12 21:21:15 2013
New Revision: 253285
URL: http://svnweb.freebsd.org/changeset/base/253285

Log:
  Opps, need to change the VF code as well.
  
  MFC after:	ASAP

Modified:
  head/sys/dev/ixgbe/ixv.c

Modified: head/sys/dev/ixgbe/ixv.c
==============================================================================
--- head/sys/dev/ixgbe/ixv.c	Fri Jul 12 21:14:42 2013	(r253284)
+++ head/sys/dev/ixgbe/ixv.c	Fri Jul 12 21:21:15 2013	(r253285)
@@ -32,11 +32,8 @@
 ******************************************************************************/
 /*$FreeBSD$*/
 
-#ifdef HAVE_KERNEL_OPTION_HEADERS
 #include "opt_inet.h"
 #include "opt_inet6.h"
-#endif
-
 #include "ixv.h"
 
 /*********************************************************************


More information about the svn-src-head mailing list