Subject: Re: syslog_r (Re: CVS commit: src/lib/libc)
To: None <tech-userlevel@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-userlevel
Date: 10/26/2006 19:49:38
On Thu, Oct 26, 2006 at 12:53:59PM -0400, Christos Zoulas wrote:
> The ssp library.

Beside all other parts of this discussion, please *don't* make it a
separate library. It doesn't add any value and just introduces a
dependency loop when the system itself should be built with ssp. Merge
it into libc where it belongs.

This doesn't change the situation for the kernel at all, since libkern
has to provide a different initialiser and fault handler anyway.

Joerg