Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/14/2000 17:11:46
Module Name:	basesrc
Committed By:	christos
Date:		Sat Jan 15 01:11:46 UTC 2000

Modified Files:
	basesrc/lib/libc/stdio: flags.c fopen.3 fopen.c

Log Message:
add and "f" flag to fopen that makes sure we are opening a plain file,
so that there is no chance to block.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/lib/libc/stdio/flags.c
cvs rdiff -r1.9 -r1.10 basesrc/lib/libc/stdio/fopen.3
cvs rdiff -r1.8 -r1.9 basesrc/lib/libc/stdio/fopen.c

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