Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/22/1999 19:00:53
Module Name:	src
Committed By:	thorpej
Date:		Tue Mar 23 03:00:53 UTC 1999

Modified Files:
	src/sys/compat/linux/arch/alpha: syscalls.master
	src/sys/compat/linux/arch/i386: syscalls.master
	src/sys/compat/linux/arch/m68k: syscalls.master
Log Message:
Add support for emulating the Linux pread(2) and pwrite(2) system calls;
just call the native NetBSD versions.

PR #7202, Jaromir Dolecek <dolecek@ics.muni.cz>.