Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: None <jdolecek@netbsd.org>
List: source-changes
Date: 08/02/1999 08:31:32
Module Name:	syssrc
Committed By:	jdolecek
Date:		Mon Aug  2 15:31:32 UTC 1999

Modified Files:
	syssrc/sys/ntfs: ntfs_subr.c

Log Message:
ntfs_{read|write}ntvattr_plain(): bread() can return maximum one block
	worth of data under NetBSD -- FreeBSD bread() seems to be able to
	return more data and code counted with it
it's possible to actually mount NTFS volume now


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/ntfs/ntfs_subr.c

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