Subject: PR/33280 CVS commit: src/sys/compat/linux/common
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Elad Efrat <elad@netbsd.org>
List: netbsd-bugs
Date: 11/25/2006 22:05:03
The following reply was made to PR kern/33280; it has been noted by GNATS.

From: Elad Efrat <elad@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/33280 CVS commit: src/sys/compat/linux/common
Date: Sat, 25 Nov 2006 22:03:41 +0000 (UTC)

 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.