Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 08/09/2003 17:11:52
Module Name:	src
Committed By:	jdolecek
Date:		Sat Aug  9 17:11:52 UTC 2003

Modified Files:
	src/sys/compat/linux/common: linux_file.c

Log Message:
fix linux_sys_p{read|write}() to actually call correct syscall after
arg massage, i.e. sys_p{read|write} as appropriate; up to now, the functions
called sys_{read|write}() by mistake


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/sys/compat/linux/common/linux_file.c

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