From owner-svn-src-all@FreeBSD.ORG Mon Jun 7 19:20:52 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 A9A461065670; Mon, 7 Jun 2010 19:20:52 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 20C258FC17; Mon, 7 Jun 2010 19:20:51 +0000 (UTC) Received: by vws4 with SMTP id 4so2385760vws.13 for ; Mon, 07 Jun 2010 12:20:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type; bh=r5abVsJq5xPb6AuCc0+xm++hBEWmO1Bc5osZ80k0U7g=; b=tE/Wb8jQ97TPpv2VBZBbAWYsXq5v0iFO+9PMeb9TCiWBRjh/nOQPE+SwfI8fC/5VhW h90WSyZ6C5eCAjFI+m9tZt3VegLATZ6Hg4w8pdPJgOb29hJCZCqdZdHaeUCnRNuHGMLC 50l7gi/RRltmSyIOFgN/R4kLUe+t9StOdqXH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type; b=imLQlRIKOoHgb4oQMnhpJAfK2yqIHtH58pMMCwc6xqRfH8CreVdLy+q3oMiOXQvH/x TXfTSOYHKXvcRvAgvPkks2J0363QpaCMxryn48g0h3T8gMP3galKC7xQ5lYUBC3A55vC KRwnAKcrAIR7CdrG759yHDYu2gLJSgW6qANh0= Received: by 10.224.52.154 with SMTP id i26mr8927995qag.154.1275938451031; Mon, 07 Jun 2010 12:20:51 -0700 (PDT) Received: from kan.dnsalias.net (c-24-63-226-98.hsd1.ma.comcast.net [24.63.226.98]) by mx.google.com with ESMTPS id 2sm7467630qwi.29.2010.06.07.12.20.45 (version=SSLv3 cipher=RC4-MD5); Mon, 07 Jun 2010 12:20:46 -0700 (PDT) Date: Mon, 7 Jun 2010 15:20:40 -0400 From: Alexander Kabaev To: Matt Jacob Message-ID: <20100607152040.1cd12f32@kan.dnsalias.net> In-Reply-To: <201006071741.o57HfYCF047135@svn.freebsd.org> References: <201006071741.o57HfYCF047135@svn.freebsd.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/1AKy/mq787I598FmoZsoprq"; protocol="application/pgp-signature" Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org 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 19:20:52 -0000 --Sig_/1AKy/mq787I598FmoZsoprq Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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. --=20 Alexander Kabaev --Sig_/1AKy/mq787I598FmoZsoprq Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iD8DBQFMDUaMQ6z1jMm+XZYRAuaSAKDjlxEmpV9/11AXrpIfzl2o85J2HwCg5gHn Bb1lWEvK5r+rBx5y9W0JnYA= =oAVN -----END PGP SIGNATURE----- --Sig_/1AKy/mq787I598FmoZsoprq--