From owner-cvs-all Tue Dec 4 15:39:41 2001 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 55EEC37B417; Tue, 4 Dec 2001 15:39:34 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id fB4NcLF64227; Tue, 4 Dec 2001 18:38:21 -0500 (EST) (envelope-from mike) Date: Tue, 4 Dec 2001 18:38:21 -0500 From: Mike Barcroft To: Alfred Perlstein Cc: Bosko Milekic , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c Message-ID: <20011204183821.A63148@espresso.q9media.com> References: <200112040213.fB42DBl08877@freefall.freebsd.org> <20011203214418.A87350@technokratis.com> <20011203184737.D48755@iguana.aciri.org> <20011203222303.A2690@technokratis.com> <20011203205623.B49974@iguana.aciri.org> <20011204090509.A8591@technokratis.com> <20011204083922.B54383@iguana.aciri.org> <3C0D14AC.412D674C@dsuper.net> <20011204123627.K92148@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011204123627.K92148@elvis.mu.org>; from bright@mu.org on Tue, Dec 04, 2001 at 12:36:27PM -0600 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alfred Perlstein writes: > * Bosko Milekic [011204 12:24] wrote: > > > > I hope this clears up the issue... > > While I agree with your points I don't see any other clean way of doing > it other than possibly passing the __FILE__/__FUNCTION__ to mget > so that i can carp there. Please don't use __FUNCTION__, it's a GCCism. Instead use __func__ which is provided by C99. If a compiler does not support this, will define __func__ to be NULL. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message