Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2012 17:07:34 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r236107 - user/np/toe_iwarp/sys/dev/cxgbe/common
Message-ID:  <201205261707.q4QH7YrS093656@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205261707.q4QH7YrS093656>