Subject: CVS commit: syssrc/sys/msdosfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/03/2001 16:53:38
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sat Nov  3 14:53:37 UTC 2001

Modified Files:
	syssrc/sys/msdosfs: msdosfs_conv.c

Log Message:
Ignore windows-style FAT directory entries if we don't expect any more
file name data and the entry starts with \0\0. Apparently this happens
occasionally, don't know if it's mtools (probably), MS Windows or
NetBSD msdosfs fault. When this happens, NetBSD msdosfs was not
able to open the file, where neither mtools nor MS Windows had any
problem with it. So, it's appropriate to add this fix in any case.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/msdosfs/msdosfs_conv.c

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