Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 05/26/2000 23:53:31
Module Name:	basesrc
Committed By:	matt
Date:		Sat May 27 06:53:30 UTC 2000

Modified Files:
	basesrc/libexec/ld.aout_so: shlib.c
	basesrc/sbin/ldconfig: ldconfig.c

Log Message:
Changes to put the COMPAT_AOUT code into ld.aout_so.  Search <dir> for <lib>
then search /emul/aout/<dir> for <lib>.  To make sure we don't get false
postives on ELF libraries we make the .so is a ZMAGIC dynamic library.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 basesrc/libexec/ld.aout_so/shlib.c
cvs rdiff -r1.27 -r1.28 basesrc/sbin/ldconfig/ldconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.