Date: Tue, 4 Dec 2001 18:38:21 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Alfred Perlstein <bright@mu.org> Cc: Bosko Milekic <bmilekic@dsuper.net>, Luigi Rizzo <luigi@FreeBSD.org>, 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> In-Reply-To: <20011204123627.K92148@elvis.mu.org>; from bright@mu.org on Tue, Dec 04, 2001 at 12:36:27PM -0600 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>
next in thread | previous in thread | raw e-mail | index | archive | help
Alfred Perlstein <bright@mu.org> writes: > * Bosko Milekic <bmilekic@dsuper.net> [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, <sys/cdefs.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011204183821.A63148>