@akgrant43 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() */

Done. Hopefully I've got them all this time.


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