Subject: CVS commit: src/sys/conf
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 12/18/2006 22:37:36
Module Name:	src
Committed By:	tls
Date:		Mon Dec 18 22:37:36 UTC 2006

Modified Files:
	src/sys/conf: Makefile.kern.inc

Log Message:
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.97 -r1.98 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.