Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 01/01/2003 17:18:26
Module Name:	src
Committed By:	manu
Date:		Wed Jan  1 15:18:26 UTC 2003

Modified Files:
	src/sys/compat/mach: mach_exec.c

Log Message:
The first int on the stack is not the page size, it's the address of the
mach-O header. This is a guess based on what we have on Darwin, we need
to check other Mach systems to see if this value is Darwin specific or not.
Also updated copyright and removed useless debug


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/compat/mach/mach_exec.c

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