K 10 svn:author V 6 marcel K 8 svn:date V 27 2013-12-19T05:23:10.567619Z K 7 svn:log V 369 Fix readdir for the root directory on a FAT32 file system. The root directory is like any subdirectory and as such needs to use a real cluster number. To this end, keep a DE structure for the root in the DOS_FS structure and populate it accordingly. While here: o allow consecutive path separators by skipping them all. o add missing $FreeBSD$ keyword to dosfs.h. END