Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/07/2001 00:34:24
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Dec  6 22:34:24 UTC 2001

Modified Files:
	syssrc/sys/kern: kern_descrip.c
	syssrc/sys/sys: fcntl.h file.h

Log Message:
replace FIF_WANTCLOSE/FIF_LARVAL with FWANTCLOSE/FLARVAL, which are set
in f_flag of struct file
for now, keep former f_iflags of struct file as _f_spare0, it will be g/c'ed
when struct file will be changed (this will happen soon)


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 syssrc/sys/kern/kern_descrip.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/sys/fcntl.h
cvs rdiff -r1.28 -r1.29 syssrc/sys/sys/file.h

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