Subject: Re: CVS commit: basesrc
To: Todd Vierling <tv@wasabisystems.com>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: tech-userlevel
Date: 12/28/2000 16:27:14
On Thu, Dec 28, 2000 at 10:23:50AM -0500, Todd Vierling wrote:
> : > strlcpy/cat is in libc
> :
> : But the build system's libc might not. Don't know how big problem this
> : might be for people.
> 
> Was this change for a host (not installed) tool?
> 
> If so, please back it out.  The host build environment needs to be as
> generic as possible.

So we can't use functions that are in libc, (and were there in our
last major release) there? I fail to see the logic in this. Should
we not use functions that haven't always been in libc then? Like
snprintf? I see how this can be a problem in a generic Heimdal
release, but it's very strange to not allow this in a NetBSD
environment.

- Frank