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

Modified Files:
	syssrc/sys/compat/common: compat_util.c compat_util.h

Log Message:
add emul_find_interp() function: the function looks for interpreter
in alternative emul tree first, and updates interpreter pathname
if found there; if not found in alternative emul tree, pathname
without the emul prefix is checked, and error returned if the file
doesn't exist


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/compat/common/compat_util.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/compat/common/compat_util.h

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