Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 10/11/2000 14:10:12
Module Name:	basesrc
Committed By:	fvdl
Date:		Wed Oct 11 11:10:12 UTC 2000

Modified Files:
	basesrc/distrib/utils/sysinst: target.c

Log Message:
Add target_realpath(), a function that expands a pathname on the
"target" filesystem, i.e. a filesystem that will probably be
mounted on /mnt during install/upgrade, but will be / when
the system is booted. Needed to deal with absolute symbolic links.
This function is (unfortunately) a verbatim copy of realpath() from libc,
with prefix handling added.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 basesrc/distrib/utils/sysinst/target.c

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