Subject: CVS commit: src/sys/compat/linux32
To: None <source-changes@NetBSD.org>
From: Nicolas Joly <njoly@netbsd.org>
List: source-changes
Date: 10/27/2007 09:16:24
Module Name:	src
Committed By:	njoly
Date:		Sat Oct 27 09:16:24 UTC 2007

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

Log Message:
Add missing chown's syscalls family members.
This makes chown(1)/chgrp(1) works under compat linux32.

Problem reported and fix tested by Arto Huusko. Thanks.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/compat/linux32/arch/amd64/syscalls.master
cvs rdiff -r1.10 -r1.11 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.