From owner-svn-src-all@FreeBSD.ORG Tue Oct 11 20:40:02 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 C2DD1106566B; Tue, 11 Oct 2011 20:40:02 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 796078FC13; Tue, 11 Oct 2011 20:40:02 +0000 (UTC) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id EFA451FFC33; Tue, 11 Oct 2011 20:40:00 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id DA46CB95F; Tue, 11 Oct 2011 22:40:00 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Garrett Cooper References: <201110081247.p98Cl06s063337@svn.freebsd.org> <86botns3zj.fsf@ds4.des.no> Date: Tue, 11 Oct 2011 22:40:00 +0200 In-Reply-To: (Garrett Cooper's message of "Tue, 11 Oct 2011 13:03:45 -0700") Message-ID: <8662jvtg7z.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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:40:02 -0000 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. It's part of the code I added this weekend. This is what "svn log" and "svn diff" are for, you know :) DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no