Subject: CVS commit: [netbsd-4] src/sys/conf
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 12/20/2006 22:54:32
Module Name:	src
Committed By:	bouyer
Date:		Wed Dec 20 22:54:32 UTC 2006

Modified Files:
	src/sys/conf [netbsd-4]: Makefile.kern.inc

Log Message:
Pull up following revision(s) (requested by tls in ticket #291):
	sys/conf/Makefile.kern.inc: revision 1.98
Add --param ssp-buffer-size=1 if USE_SSP as for userspace.
Add kern_exit_43.c to VARSTACK -- it isn't, really, but it causes an error
because it has a 0-element array on the stack and SSP always emits the
error that it is not protecting such a small array (ssp-buffer-size=0 is
not supported, so, really, it should not emit this error!).


To generate a diff of this commit:
cvs rdiff -r1.94.2.2 -r1.94.2.3 src/sys/conf/Makefile.kern.inc

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