From owner-svn-src-all@FreeBSD.ORG Tue Oct 11 20:03:47 2011 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 66434106566B; Tue, 11 Oct 2011 20:03:47 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id E6C5C8FC16; Tue, 11 Oct 2011 20:03:46 +0000 (UTC) Received: by qadz30 with SMTP id z30so6758245qad.13 for ; Tue, 11 Oct 2011 13:03:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=I7paoY4sgY29TaJncHCasWrwLWSTJfjT27BEhk2h7xU=; b=WBQXWNEDaHkaTL38RizoU4vZ6koBwByKejLgf1Z8OLi2lOo7xQKIlBghfEgPc23Mgp 9IuqQD1IoBshvJ1D4vM0O5lfmnyxY8D7YsuwQZfui3xihzXoM/tlxVpLs0qe+kv6qHAG xXJe3EodIXZsu+c0qzC6RArNG3/1zLpIoTnAc= MIME-Version: 1.0 Received: by 10.224.189.198 with SMTP id df6mr16256160qab.46.1318363426356; Tue, 11 Oct 2011 13:03:46 -0700 (PDT) Received: by 10.224.74.82 with HTTP; Tue, 11 Oct 2011 13:03:45 -0700 (PDT) In-Reply-To: <86botns3zj.fsf@ds4.des.no> References: <201110081247.p98Cl06s063337@svn.freebsd.org> <86botns3zj.fsf@ds4.des.no> Date: Tue, 11 Oct 2011 13:03:45 -0700 Message-ID: From: Garrett Cooper To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r226157 - head/usr.bin/kdump 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, 11 Oct 2011 20:03:47 -0000 2011/10/11 Dag-Erling Sm=F8rgrav : > Garrett Cooper writes: >> =A0 =A0 Seeing that you've committed quite a bit to kdump recently, coul= d >> you please take a look at >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D161478 ? > > Hmm, that patch actually removes code, but if the point is "make ktrace > and kdump build at WARNS level 6", I'll take care of it. Awesome! If you can find out where capname was at, I don't have an issue with re-adding that portion of the patch. The issue is that the compile fails with WARNS > 0 because it can't find the identifier in any of the included headers (and it's new code because I had to remove it last night before running make universe). I searched for it in src/sys/sys and I couldn't find it, fell back to looking in src/ and didn't come up with anything. I could have overlooked something obvious though (it happens), or it might have been a typo that I didn't look to closely at in my search to find the proper analog. Thanks! -Garrett