Subject: CVS commit: syssrc/sys/compat/linux
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 01/17/2002 19:19:04
Module Name:	syssrc
Committed By:	bjh21
Date:		Thu Jan 17 17:19:04 UTC 2002

Modified Files:
	syssrc/sys/compat/linux/arch/arm: linux_exec.h
	syssrc/sys/compat/linux/arch/m68k: linux_exec.h
	syssrc/sys/compat/linux/arch/powerpc: linux_exec.h
	syssrc/sys/compat/linux/common: linux_exec.c

Log Message:
On platforms that don't __HAVE_SYSCALL_INTERN, define LINUX_SYSCALL_FUNCTION
to be the value of emul_linux.e_syscall that we want.  This allows it to differ
between machines, so I can have a separate linux_syscall() on arm.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/compat/linux/arch/arm/linux_exec.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/compat/linux/arch/m68k/linux_exec.h
cvs rdiff -r1.5 -r1.6 syssrc/sys/compat/linux/arch/powerpc/linux_exec.h
cvs rdiff -r1.54 -r1.55 syssrc/sys/compat/linux/common/linux_exec.c

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