Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/29/2002 17:49:11
Module Name:	syssrc
Committed By:	manu
Date:		Fri Nov 29 15:49:11 UTC 2002

Modified Files:
	syssrc/sys/kern: exec_macho.c
	syssrc/sys/sys: exec_macho.h

Log Message:
back out the previous change, which is useless. Darwin loads the libraries
that are required by the binary, not the libraries required by the libraries
required by the binary.

Hopefully, binaries should load again on i386.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/kern/exec_macho.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/sys/exec_macho.h

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