From owner-svn-src-all@FreeBSD.ORG Mon Jun 7 22:39:23 2010 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 DC143106566C; Mon, 7 Jun 2010 22:39:23 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id B26BB8FC0C; Mon, 7 Jun 2010 22:39:23 +0000 (UTC) Received: from [192.168.221.2] (remotevpn [192.168.221.2]) by ns1.feral.com (8.14.3/8.14.3) with ESMTP id o57Md5qh033453 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 7 Jun 2010 15:39:23 -0700 (PDT) (envelope-from mj@feral.com) Message-ID: <4C0D7505.5060704@feral.com> Date: Mon, 07 Jun 2010 15:39:01 -0700 From: Matthew Jacob Organization: Feral Software User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Alexander Kabaev References: <201006071741.o57HfYCF047135@svn.freebsd.org> <20100607152040.1cd12f32@kan.dnsalias.net> In-Reply-To: <20100607152040.1cd12f32@kan.dnsalias.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-4.2.3 (ns1.feral.com [192.168.221.1]); Mon, 07 Jun 2010 15:39:23 -0700 (PDT) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Matt Jacob Subject: Re: svn commit: r208896 - head/sys/cam/scsi 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: Mon, 07 Jun 2010 22:39:24 -0000 On 6/7/2010 12:20 PM, Alexander Kabaev wrote: > On Mon, 7 Jun 2010 17:41:34 +0000 (UTC) > Matt Jacob wrote: > > > >> + /* >> + * Add some addressing info. >> + */ >> + memset(&cts, 0, sizeof (cts)); >> > Hi, > > you need to declare what cts is first. Kernel cannet be compiled right > now due to this. > > ARGH!