From owner-svn-src-all@FreeBSD.ORG Tue Jul 14 11:53:22 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22702106566C; Tue, 14 Jul 2009 11:53:22 +0000 (UTC) (envelope-from lstewart@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1109B8FC12; Tue, 14 Jul 2009 11:53:22 +0000 (UTC) (envelope-from lstewart@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n6EBrLWM059292; Tue, 14 Jul 2009 11:53:21 GMT (envelope-from lstewart@svn.freebsd.org) Received: (from lstewart@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n6EBrLjK059290; Tue, 14 Jul 2009 11:53:21 GMT (envelope-from lstewart@svn.freebsd.org) Message-Id: <200907141153.n6EBrLjK059290@svn.freebsd.org> From: Lawrence Stewart Date: Tue, 14 Jul 2009 11:53:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195677 - head/sys/dev/cxgb/ulp/tom X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2009 11:53:22 -0000 Author: lstewart Date: Tue Jul 14 11:53:21 2009 New Revision: 195677 URL: http://svn.freebsd.org/changeset/base/195677 Log: Fix a buglet that slipped into r195654. My buildworld/buildkernel sanity check missed this because cxgb's TOM is currently commented out of the build system. Submitted by: Navdeep Parhar Approved by: re (kensmith), kensmith (mentor temporarily unavailable) Modified: head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c Modified: head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c ============================================================================== --- head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c Tue Jul 14 09:19:33 2009 (r195676) +++ head/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c Tue Jul 14 11:53:21 2009 (r195677) @@ -3585,7 +3585,7 @@ syncache_expand_establish_req(struct cpl { struct in_conninfo inc; - struct toeopt to; + struct toeopt toeo; struct tcphdr th; int mss, wsf, sack, ts; struct mbuf *m = NULL;