Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 10/25/2003 01:18:01
Module Name:	src
Committed By:	kleink
Date:		Sat Oct 25 01:18:01 UTC 2003

Modified Files:
	src/lib/libc/sys: fdatasync.2
	src/sys/kern: vfs_syscalls.c

Log Message:
POSIX: when attempting to fdatasync(2) a file which is not open for
writing, fail with EBADF.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libc/sys/fdatasync.2
cvs rdiff -r1.198 -r1.199 src/sys/kern/vfs_syscalls.c

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