Subject: Re: CVS commit: src/distrib/utils/libhack
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@tac.gw.com>
List: source-changes
Date: 03/31/2005 09:31:30
In article <20050331125649.2B1602DA27@cvs.netbsd.org>,
Havard Eidnes  <he@netbsd.org> wrote:
>
>Module Name:	src
>Committed By:	he
>Date:		Thu Mar 31 12:56:49 UTC 2005
>
>Modified Files:
>	src/distrib/utils/libhack: getpwent.c
>
>Log Message:
>Provide weak aliases for the newly added getpwuid_r() and getpwnam_r()
>functions in order to fix link-time conflicts with the C library.

These should not be really needed. Link time conflicts mean that we
are pulling in from libc more than we should.

christos