Subject: CVS commit: basesrc/usr.bin/fstat
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/28/2001 23:16:44
Module Name:	basesrc
Committed By:	jdolecek
Date:		Fri Sep 28 20:16:44 UTC 2001

Modified Files:
	basesrc/usr.bin/fstat: fstat.c

Log Message:
the descriptor flags may also contain other stuff besides FWRITE|FREAD,
so do '& FWRITE' instead of '== FWRITE' in the check in pipe-related code


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 basesrc/usr.bin/fstat/fstat.c

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