Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 08/08/2003 18:54:17
Module Name:	src
Committed By:	christos
Date:		Fri Aug  8 18:54:16 UTC 2003

Modified Files:
	src/sys/sys: exec.h exec_aout.h exec_coff.h exec_ecoff.h exec_elf.h
	    exec_macho.h

Log Message:
- Add execsw es_setup_stack
- gc all the rest of the setup stack functions.


To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 src/sys/sys/exec.h
cvs rdiff -r1.31 -r1.32 src/sys/sys/exec_aout.h
cvs rdiff -r1.4 -r1.5 src/sys/sys/exec_coff.h
cvs rdiff -r1.15 -r1.16 src/sys/sys/exec_ecoff.h
cvs rdiff -r1.71 -r1.72 src/sys/sys/exec_elf.h
cvs rdiff -r1.12 -r1.13 src/sys/sys/exec_macho.h

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