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

Yeah, I just saw that. I don't know how I managed to lose part of the commit. There's also code left behind in sqFileBasicPrims.c.

I'm fixing it now. Sorry about that.


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