cvs commit: src/bin/df df.c src/bin/pax options.c src/lib/libbluetooth bluetooth.c src/lib/libbsnmp Makefile.inc src/lib/libc/gen dlfcn.c getpwent.c src/lib/libc/net gethostbydns.c src/lib/libc/rpc getnetconfig.c ...

John Baldwin jhb at FreeBSD.org
Fri Mar 5 14:28:38 PST 2004


On Friday 05 March 2004 03:19 pm, Ruslan Ermilov wrote:
> On Fri, Mar 05, 2004 at 12:10:19AM -0800, Mark Murray wrote:
> [...]
>
> >   Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
> >   that this provokes. "Wherever possible" means "In the kernel OR NOT
> >   C++" (implying C).
>
> Can't ``#if defined(_KERNEL) || !defined(__cplusplus)'' be reduced to
> just ``#ifndef __cplusplus''?  The current version somehow implies
> that the kernel may have C++ sources, which it's not.

Some companies that deploy FreeBSD in embedded products use C++ kernel code.

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the cvs-src mailing list