svn commit: r236107 - user/np/toe_iwarp/sys/dev/cxgbe/common

Navdeep Parhar np at FreeBSD.org
Sat May 26 17:07:35 UTC 2012


Author: np
Date: Sat May 26 17:07:34 2012
New Revision: 236107
URL: http://svn.freebsd.org/changeset/base/236107

Log:
  Pick up inet options from the proper header.

Modified:
  user/np/toe_iwarp/sys/dev/cxgbe/common/t4_hw.c

Modified: user/np/toe_iwarp/sys/dev/cxgbe/common/t4_hw.c
==============================================================================
--- user/np/toe_iwarp/sys/dev/cxgbe/common/t4_hw.c	Sat May 26 17:03:45 2012	(r236106)
+++ user/np/toe_iwarp/sys/dev/cxgbe/common/t4_hw.c	Sat May 26 17:07:34 2012	(r236107)
@@ -27,6 +27,8 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include "opt_inet.h"
+
 #include "common.h"
 #include "t4_regs.h"
 #include "t4_regs_values.h"


More information about the svn-src-user mailing list