@nicolas-cellier-aka-nice commented on this pull request.


In platforms/Cross/plugins/FilePlugin/FilePlugin.h:

> @@ -30,6 +31,7 @@ typedef int mode_t;
 typedef struct {
   int			 sessionID;	/* ikp: must be first */
   void			*file;
+  mode_t		st_mode;	/* from stat() */

By the way, do we still need st_mode and setMode now?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.