Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Mar 2004 22:36:06 +0000
From:      Mark Murray <mark@grondar.org>
To:        John Baldwin <jhb@FreeBSD.ORG>
Cc:        cvs-all@FreeBSD.ORG
Subject:   Re: 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 ... 
Message-ID:  <200403052236.i25Ma60w033105@grimreaper.grondar.org>
In-Reply-To: Your message of "Fri, 05 Mar 2004 17:13:18 EST." <200403051713.18571.jhb@FreeBSD.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin writes:
> > 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.

This would imply that "defined(__cplusplus)" needs to be checked for in the
kernel. I'll do this, if you like?

M
--
Mark Murray
iumop ap!sdn w,I idlaH



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403052236.i25Ma60w033105>