Subject: Re: CVS commit: basesrc/libexec/ld.elf_so
To: None <source-changes@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: source-changes
Date: 11/15/2002 00:46:46
Nathan J Williams <nathanw@netbsd.org> typed:
: Module Name:	basesrc
: Committed By:	nathanw
: Date:		Thu Nov 14 21:07:46 UTC 2002
: Modified Files:
: 	basesrc/libexec/ld.elf_so: search.c
: Log Message:
: In _rtld_load_library(), ensure that the old _rtld_error state (a message from
: a previous error, or NULL) is preserved if the search eventually succeeds.
: Addresses the problem pointed out in PR pkg/19024.
 
You've just introduced _rtld_error() to search.c

This causes build failure of usr.bin/ldd/ldd_elf

Regards,
Geoff