[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] FilePlugin>>primitiveFileAtEnd for non-regular files (#232)

akgrant43 notifications at github.com
Wed Apr 4 21:38:29 UTC 2018


akgrant43 commented on this pull request.



> @@ -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 or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/232#discussion_r179291223
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180404/e3f8da50/attachment-0001.html>


More information about the Vm-dev mailing list