Subject: CVS commit: src/sys/compat/linux
To: None <source-changes@NetBSD.org>
From: Nicolas Joly <njoly@netbsd.org>
List: source-changes
Date: 03/14/2007 12:44:40
Module Name:	src
Committed By:	njoly
Date:		Wed Mar 14 12:44:40 UTC 2007

Modified Files:
	src/sys/compat/linux/arch/amd64: linux_machdep.h syscalls.master
	src/sys/compat/linux/common: linux_misc.c linux_misc_notalpha.c
	    linux_types.h

Log Message:
Fix compat linux statfs/fstatfs syscalls on amd64.
- Do not use statfs64/fstatfs64 as they have an extra size argument.
- Add full 64bit linux struct statfs support.

ok by manu


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/compat/linux/arch/amd64/linux_machdep.h
cvs rdiff -r1.17 -r1.18 src/sys/compat/linux/arch/amd64/syscalls.master
cvs rdiff -r1.167 -r1.168 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -r1.86 -r1.87 src/sys/compat/linux/common/linux_misc_notalpha.c
cvs rdiff -r1.24 -r1.25 src/sys/compat/linux/common/linux_types.h

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