Re: Kernel size reduction

[email protected] Sat, 13 May 2017 09:30:28 +0000
Newsgroups gmane.os.netbsd.ports.sun2
Message-ID <[email protected]>
On Sat, May 13, 2017 at 03:46:08AM +0000, [email protected] wrote:
> -#define	__RCSID(_s)			__IDSTRING(rcsid,_s)

This line does nothing, because if it did, there would be a build
failure. rcsid is not defined anywhere, it only works because RCSID is
defined in asm.h for every ISA.