Subject: Re: CVS commit: [nathanw_sa] basesrc/lib/libc
To: None <source-changes@netbsd.org>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: source-changes
Date: 02/24/2002 19:45:47
Nathan J Williams <nathanw@netbsd.org> writes:

> Log Message:
> Move setlogin() stub to C code, and namespace-protect it.

I forgot to mention: This fixes a problem with getlogin and setlogin
being split across libc and libsyscall, which was pointed out by
Gregory McGarry.

        - Nathan