From owner-svn-src-head@FreeBSD.ORG Fri Jul 12 07:47:23 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F11D4404 for ; Fri, 12 Jul 2013 07:47:23 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 919671259 for ; Fri, 12 Jul 2013 07:47:23 +0000 (UTC) Received: (qmail 95450 invoked from network); 12 Jul 2013 08:37:49 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 12 Jul 2013 08:37:49 -0000 Message-ID: <51DFB484.1000703@freebsd.org> Date: Fri, 12 Jul 2013 09:47:16 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Andre Oppermann Subject: Re: svn commit: r253254 - head/sys/netinet References: <201307120743.r6C7hu2w010773@svn.freebsd.org> In-Reply-To: <201307120743.r6C7hu2w010773@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2013 07:47:24 -0000 On 12.07.2013 09:43, Andre Oppermann wrote: > Author: andre > Date: Fri Jul 12 07:43:56 2013 > New Revision: 253254 > URL: http://svnweb.freebsd.org/changeset/base/253254 > > Log: > Unbreak VIMAGE by correctly naming the vnet pointer in struct tcp_syncache. > > Reported by: trociny, rodrigc Sorry for the breakage. I'm extending my test protocol to include VIMAGE, INET-only and INET6-only builds. -- Andre