re-enabling serial
[clinton/Smoothieware.git] / gcc4mbed / external / FATFileSystem.patch
CommitLineData
3b1e82d2
AW
1diff -uw external/FATFileSystem/FATFileSystem.h external.new/FATFileSystem/FATFileSystem.h
2--- external/FATFileSystem/FATFileSystem.h 2011-09-18 01:05:29.000000000 -0700
3+++ external.new/FATFileSystem/FATFileSystem.h 2011-09-12 12:36:08.000000000 -0700
4@@ -41,7 +41,7 @@
5 virtual int remove(const char *filename);\r
6 virtual int format();\r
7 virtual DirHandle *opendir(const char *name);\r
8- virtual int mkdir(const char *name, mode_t mode);\r
9+ virtual int mkdir(const char *name, int mode);\r
10 \r
11 FATFS _fs; // Work area (file system object) for logical drive \r
12 static FATFileSystem *_ffs[_DRIVES]; // FATFileSystem objects, as parallel to FatFs drives array\r
13Common subdirectories: external/FATFileSystem/LPC1768 and external.new/FATFileSystem/LPC1768
14Common subdirectories: external/FATFileSystem/LPC2368 and external.new/FATFileSystem/LPC2368