Subject: CVS commit: src/sys/compat/linux/arch
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 10/18/2005 18:37:44
Module Name:	src
Committed By:	joerg
Date:		Tue Oct 18 18:37:44 UTC 2005

Modified Files:
	src/sys/compat/linux/arch/amd64: syscalls.master
	src/sys/compat/linux/arch/i386: syscalls.master
	src/sys/compat/linux/arch/m68k: syscalls.master
	src/sys/compat/linux/arch/powerpc: syscalls.master

Log Message:
sys_uselib is needed by COMPAT_LINUX for EXEC_AOUT. Since it doesn't get
build when EXEC_AOUT is not defined, the syscalls.master entry has to be
conditionalized. Alpha did so already, so let the other archs catch up
with it.

Go-on: christos


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/compat/linux/arch/amd64/syscalls.master
cvs rdiff -r1.73 -r1.74 src/sys/compat/linux/arch/i386/syscalls.master
cvs rdiff -r1.46 -r1.47 src/sys/compat/linux/arch/m68k/syscalls.master
cvs rdiff -r1.23 -r1.24 src/sys/compat/linux/arch/powerpc/syscalls.master

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