Subject: CVS commit: syssrc/sys/compat/darwin
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/21/2002 01:54:40
Module Name:	syssrc
Committed By:	manu
Date:		Wed Nov 20 23:54:40 UTC 2002

Modified Files:
	syssrc/sys/compat/darwin: darwin_exec.c

Log Message:
Better immitate Darwin startup stack layout: there is a slot for the program
name after envp, and the 0x1000 at the beginning is a pointer to the binary
mach header (we don't emulate this correctly yet).


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/compat/darwin/darwin_exec.c

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