From owner-svn-src-user@FreeBSD.ORG Sat May 26 17:07:34 2012 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E43B71065679; Sat, 26 May 2012 17:07:34 +0000 (UTC) (envelope-from np@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D0C258FC16; Sat, 26 May 2012 17:07:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4QH7YOW093660; Sat, 26 May 2012 17:07:34 GMT (envelope-from np@svn.freebsd.org) Received: (from np@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4QH7YrS093656; Sat, 26 May 2012 17:07:34 GMT (envelope-from np@svn.freebsd.org) Message-Id: <201205261707.q4QH7YrS093656@svn.freebsd.org> From: Navdeep Parhar Date: Sat, 26 May 2012 17:07:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r236107 - user/np/toe_iwarp/sys/dev/cxgbe/common X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2012 17:07:35 -0000 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 __FBSDID("$FreeBSD$"); +#include "opt_inet.h" + #include "common.h" #include "t4_regs.h" #include "t4_regs_values.h"