Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/usr.bin/fstat
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.
Home |
Main Index |
Thread Index |
Old Index