Subject: CVS commit: syssrc/sys/compat/osf1
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/29/2002 21:40:17
Module Name:	syssrc
Committed By:	jdolecek
Date:		Fri Nov 29 19:40:16 UTC 2002

Modified Files:
	syssrc/sys/compat/osf1: osf1_exec_ecoff.c

Log Message:
Get the dynamic interpreter location using emul_find_interp(), so that
it checks both the alternative/emul tree, and the non-emul tree.
This makes it possible to run chrooted emulated binaries without need
to setup shadow /emul tree within the chroot hierarchy.

XXX sligh code rearrangement was necessary, change not tested


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/compat/osf1/osf1_exec_ecoff.c

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