Subject: CVS commit: src/sys/compat/linux32
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 09/06/2006 08:32:00
Module Name:	src
Committed By:	manu
Date:		Wed Sep  6 08:32:00 UTC 2006

Modified Files:
	src/sys/compat/linux32/arch/amd64: linux32_syscall.h
	    linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c
	    syscalls.master
	src/sys/compat/linux32/common: linux32_unistd.c

Log Message:
Fix linux32_sys_setres{uid|gid}: -1 does not means the same thing on i386
and amd64...


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/compat/linux32/arch/amd64/linux32_syscall.h \
    src/sys/compat/linux32/arch/amd64/linux32_syscallargs.h \
    src/sys/compat/linux32/arch/amd64/linux32_syscalls.c \
    src/sys/compat/linux32/arch/amd64/linux32_sysent.c
cvs rdiff -r1.4 -r1.5 src/sys/compat/linux32/arch/amd64/syscalls.master
cvs rdiff -r1.2 -r1.3 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.