Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 02/02/2001 09:08:19
Module Name:	syssrc
Committed By:	mrg
Date:		Fri Feb  2 07:08:18 UTC 2001

Modified Files:
	syssrc/sys/compat/netbsd32: netbsd32.h netbsd32_compat_43.c
	    netbsd32_exec.h netbsd32_exec_aout.c netbsd32_netbsd.c

Log Message:
de-static netbsd32_exec_aout_prep_[zno]magic().
de-static netbsd32_from_stat43().
move the guts of netbsd32_execve() into netbsd32_execve2().

all of are for the forthcoming sunos32 compat mode (for sparc64).


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 syssrc/sys/compat/netbsd32/netbsd32.h
cvs rdiff -r1.13 -r1.14 syssrc/sys/compat/netbsd32/netbsd32_compat_43.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/compat/netbsd32/netbsd32_exec.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/compat/netbsd32/netbsd32_exec_aout.c
cvs rdiff -r1.48 -r1.49 syssrc/sys/compat/netbsd32/netbsd32_netbsd.c

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