Subject: CVS commit: src/sys/compat/linux32
To: None <source-changes@NetBSD.org>
From: Nicolas Joly <njoly@netbsd.org>
List: source-changes
Date: 10/31/2007 21:04:02
Module Name:	src
Committed By:	njoly
Date:		Wed Oct 31 21:04:02 UTC 2007

Modified Files:
	src/sys/compat/linux32/arch/amd64: syscalls.master
	src/sys/compat/linux32/common: linux32_unistd.c

Log Message:
compat linux32 syscalls cleanup.

With stackgap and CHECK_ALT_xxx removal, some linux32 and netbsd32
syscalls are now identical.
To avoid code duplication, remove the linux32 definition and use the
netbsd32 one (no functional change).


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/compat/linux32/arch/amd64/syscalls.master
cvs rdiff -r1.11 -r1.12 src/sys/compat/linux32/common/linux32_unistd.c

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