--- fat-epoc/trunk/fat-epoc-2.6.19.diff 2007/09/29 23:49:51 303 +++ fat-epoc/trunk/fat-epoc-2.6.19.diff 2007/09/29 23:55:30 306 @@ -173,7 +173,8 @@ @@ -206,6 +207,7 @@ struct fat_mount_options { atari:1, /* Use Atari GEMDOS variation of MS-DOS fs */ flush:1, /* write things quickly */ - nocase:1; /* Does this need case conversion? 0=need case conversion*/ +- nocase:1; /* Does this need case conversion? 0=need case conversion*/ ++ nocase:1, /* Does this need case conversion? 0=need case conversion*/ + epoc:1; /* Filename starting with 0x00 marks end of dir? */ };