Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: None <jdolecek@netbsd.org>
List: source-changes
Date: 07/26/1999 07:35:20
Module Name:	syssrc
Committed By:	jdolecek
Date:		Mon Jul 26 14:35:20 UTC 1999

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

Log Message:
ntfs_mount(): there is no bdevsw() under NetBSD - to check if passed
	block device is valid, just check if it's major is less than nblkdev
ntfs_mountfs(): dev2udev() not needed under NetBSD


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

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