Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 11/25/2006 22:03:41
Module Name:	src
Committed By:	elad
Date:		Sat Nov 25 22:03:41 UTC 2006

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

Log Message:
Part of PR/33280: Christian Ehrhardt: The call to FILE_USE should be
immediatly before the FREAD | FWRITE test not after it or FILE_UNUSE will
be called after the jump to out without a corresponding FILE_USE.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/compat/linux/common/linux_termios.c

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