Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 02/02/2000 18:20:14
Module Name:	syssrc
Committed By:	cgd
Date:		Thu Feb  3 02:20:14 UTC 2000

Modified Files:
	syssrc/sys/sys: cdefs.h

Log Message:
instead of just going on as normal if __RENAME() is used in kernel
(_KERNEL) or standalone (_STANDALONE) files, replace it with some
text that'll cause an error.  __RENAME() should never be used in
the kernel (there's no need, at least, with the current way of doing
things), and is downright annoying in standalone code.  (In a standalone
build environment, there may be no sane way to do symbol renaming,
which means that even just faking it and defining it to emptyness
would cause problems if it were actually needed.)


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 syssrc/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.