Subject: CVS commit: src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 02/25/2006 13:29:34
Module Name:	src
Committed By:	dsl
Date:		Sat Feb 25 13:29:34 UTC 2006

Modified Files:
	src/distrib/utils/sysinst: aout2elf.c defs.h target.c

Log Message:
target_realpath() is only used by the code that updates libraries from
a.out to elf - so move it into aout2elf.c
I'm not even sure this code is important at all any more.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/distrib/utils/sysinst/aout2elf.c
cvs rdiff -r1.125 -r1.126 src/distrib/utils/sysinst/defs.h
cvs rdiff -r1.48 -r1.49 src/distrib/utils/sysinst/target.c

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