From owner-svn-src-all@FreeBSD.ORG Tue Oct 11 21:15:34 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 00299106566C; Tue, 11 Oct 2011 21:15:33 +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 8CC228FC08; Tue, 11 Oct 2011 21:15:33 +0000 (UTC) Received: by qadz30 with SMTP id z30so29271qad.13 for ; Tue, 11 Oct 2011 14:15:32 -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=GhPTGGlpICjCSoUpOLmXQ0DHtdVB26Us2uJEE5nkoSo=; b=aDNXlK+wRGU+EL4umSAZxH0erqmTXPV8V0FWLpjwrvUVq0/ejhkS+apX/VdAMD6mUj ZLE0t61zKCHY2Z9uVRWhUIlSszP+0pUfbTMLZ+pUItzjFvpza4lBGuxJ4MCIzUler/Tv zNKePYe0w25VUJfvOeZEtDzQV8bQfM7FCLQWE= MIME-Version: 1.0 Received: by 10.224.189.198 with SMTP id df6mr16472922qab.46.1318367732569; Tue, 11 Oct 2011 14:15:32 -0700 (PDT) Received: by 10.224.74.82 with HTTP; Tue, 11 Oct 2011 14:15:32 -0700 (PDT) In-Reply-To: <8662jvtg7z.fsf@ds4.des.no> References: <201110081247.p98Cl06s063337@svn.freebsd.org> <86botns3zj.fsf@ds4.des.no> <8662jvtg7z.fsf@ds4.des.no> Date: Tue, 11 Oct 2011 14:15:32 -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 21:15:34 -0000 2011/10/11 Dag-Erling Sm=F8rgrav : > Garrett Cooper writes: >> 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! > > The capname function is generated by mksubr, along with all the other > *name functions. =A0It's part of the code I added this weekend. =A0This i= s > what "svn log" and "svn diff" are for, you know :) And svn blame/praise. Yeah.. kind of a derp moment. -Garrett