[M3devel] FW: NT386GNU status/fishing for guesses..

Jay jayk123 at hotmail.com
Sat Feb 16 21:31:53 CET 2008


seems to have gotten truncated..


From: jayk123 at hotmail.comTo: m3devel at elegosoft.comSubject: RE: [M3devel] NT386GNU status/fishing for guesses..Date: Sat, 16 Feb 2008 19:37:46 +0000


Ok, is this reasonable for all platforms? Otherwise I can push into Unix.m3. ===================================================================RCS file: /usr/cvs/cm3/m3-libs/libm3/src/os/POSIX/ProcessPosix.m3,vretrieving revision 1.6diff -u -r1.6 ProcessPosix.m3--- ProcessPosix.m3     29 Nov 2007 05:05:56 -0000      1.6+++ ProcessPosix.m3     16 Feb 2008 19:36:08 -0000@@ -266,6 +266,9 @@   (* Make file descriptor "fd" refer to file "h", or set "fd"'s      close-on-exec flag if "h=NoFile".  Return "TRUE" if succesful. *)   BEGIN+    IF fd = h THEN+      RETURN TRUE;+    END;     IF h # NoFileDescriptor THEN       RETURN NOT Unix.dup2(h, fd) < 0     ELSIF Unix.fcntl(fd, Unix.F_SETFD, 1) >= 0 THEN - Jay



_________________________________________________________________
Climb to the top of the charts! Play the word scramble challenge with star power.
http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_jan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20080216/af5f7855/attachment-0002.html>


More information about the M3devel mailing list