yaffs Move yaffscfg.h to where it should be
[yaffs2.git] / direct / yaffsfs.c
index 9fc4417eb958954b448558eb4b45a294332c520b..fc68b969e017c9a82af5b66452f95cfdfae87408 100644 (file)
@@ -1186,7 +1186,7 @@ int yaffs_fstat(int fd, struct yaffs_stat *buf)
        return retVal;
 }
 
-
+#ifndef CONFIG_YAFFS_WINCE
 /* xattrib functions */
 
 
@@ -1440,6 +1440,7 @@ int yaffs_fremovexattr(int fd, const char *name)
 
        return retVal;
 }
+#endif
 
 #ifdef CONFIG_YAFFS_WINCE
 int yaffs_get_wince_times(int fd, unsigned *wctime, unsigned *watime, unsigned *wmtime)