Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/16/1999 05:45:35
Module Name:	basesrc
Committed By:	lukem
Date:		Thu Sep 16 12:45:35 UTC 1999

Modified Files:
	basesrc/lib/libc/stdio: fread.c fwrite.c

Log Message:
return (0) if size or count == 0 before check for _DIAGASSERT(buf != NULL).
this is ok according to SUS.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/lib/libc/stdio/fread.c
cvs rdiff -r1.9 -r1.10 basesrc/lib/libc/stdio/fwrite.c

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