Subject: CVS commit: [netbsd-1-6] src/sys/compat/linux/arch/i386
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/11/2004 14:30:38
Module Name:	src
Committed By:	tron
Date:		Tue May 11 14:30:38 UTC 2004

Modified Files:
	src/sys/compat/linux/arch/i386 [netbsd-1-6]: syscalls.master

Log Message:
Pull up revision 1.67 via patch (requested by wennmach in ticket #1686):
add Linux compat arg wrapper for ftruncate64(), and change linux compat
truncate64() wrapper to translate args structure
NetBSD truncate() and ftrucate() have hidden 'pad' argument, so we have
to do the argument translation
Problem found and patch supplied in PR kern/22360 by Ales Krenek
This is the last of syscalls with hidden 'pad' arg we didn't have
wrapper for; all the others (lseek, mmap, pwrite, pread) already had
wrapper before.


To generate a diff of this commit:
cvs rdiff -r1.63.4.1 -r1.63.4.2 \
    src/sys/compat/linux/arch/i386/syscalls.master

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