From owner-svn-src-head@FreeBSD.ORG Sun Feb 8 22:42:30 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF843106566B; Sun, 8 Feb 2009 22:42:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id AAC588FC14; Sun, 8 Feb 2009 22:42:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n18Md8Lo008484; Sun, 8 Feb 2009 15:39:08 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 08 Feb 2009 15:39:11 -0700 (MST) Message-Id: <20090208.153911.-2127818638.imp@bsdimp.com> To: xcllnt@mac.com From: "M. Warner Losh" In-Reply-To: <2F95FB8C-44CA-4F1D-BF96-4C2C3C6BB06C@mac.com> References: <200902080705.n1875NNd014796@svn.freebsd.org> <2F95FB8C-44CA-4F1D-BF96-4C2C3C6BB06C@mac.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r188303 - head/sys/geom/part X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 22:42:31 -0000 In message: <2F95FB8C-44CA-4F1D-BF96-4C2C3C6BB06C@mac.com> Marcel Moolenaar writes: : : On Feb 7, 2009, at 11:05 PM, Warner Losh wrote: : : > Author: imp : > Date: Sun Feb 8 07:05:23 2009 : > New Revision: 188303 : > URL: http://svn.freebsd.org/changeset/base/188303 : > : > Log: : > Fix g_part_*dumpconf to return void to match kobj definition. : > Fix g_part_*name to return a const char * rather than a char *. : : This is worse than before because you didn't change : apm, gpt, pc98 and vtoc8. Please change them all. Will do. I'm working my way through the platforms with the extra-picky compile-time checking. Didn't think to grep for them all, but I really should have. My bad. Warner