Subject: CVS commit: src/sys/compat/linux/arch/i386
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/30/2007 22:54:33
Module Name:	src
Committed By:	dsl
Date:		Sat Jun 30 22:54:33 UTC 2007

Modified Files:
	src/sys/compat/linux/arch/i386: linux_machdep.c

Log Message:
Call fp->f_ops->fo_ioctl() directly (not by sys_ioctl() for LINUX_VT_GETMODE
and LINUX_VT_SETMODE.  One fewer use of the stackgap.


To generate a diff of this commit:
cvs rdiff -r1.128 -r1.129 src/sys/compat/linux/arch/i386/linux_machdep.c

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