Date: Sun, 7 Apr 2002 12:48:29 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/sys/sys cdefs.h Message-ID: <20020407124346.R544-100000@gamplex.bde.org> In-Reply-To: <200204062057.g36Kv3n69228@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 6 Apr 2002, David E. O'Brien wrote: > obrien 2002/04/06 12:57:03 PST > > Modified files: > sys/sys cdefs.h > Log: > Add __SCCSID. And add the NO__SCCSID, NO__RCSID, NO__RCSID_SOURCE, and > NO__COPYRIGHT knobs to more easily deal with imported vendor sources. > > Revision Changes Path > 1.52 +10 -6 src/sys/sys/cdefs.h Please back this out and don't change anything to use it. I will back out the mistake that added __RCSID() similarly. There is no end to adding cruft to support unportable macros in foreign sources. Just ifdef the unportable macro invocations or remove them. Ones with vendor ids must not be removed of course. Bruce 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?20020407124346.R544-100000>