Subject: CVS commit: syssrc/sys/ufs
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 03/25/2002 04:23:57
Module Name:	syssrc
Committed By:	chs
Date:		Mon Mar 25 02:23:56 UTC 2002

Modified Files:
	syssrc/sys/ufs/ext2fs: ext2fs_readwrite.c
	syssrc/sys/ufs/ufs: ufs_readwrite.c

Log Message:
if the size argument to write(2) is 0, do not modify the file in any way,
including updating timestamps.  required for standards conformance.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/ufs/ext2fs/ext2fs_readwrite.c
cvs rdiff -r1.41 -r1.42 syssrc/sys/ufs/ufs/ufs_readwrite.c

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