[MLton-devel] Successfully ported MLton to FreeBSD (2)

Michael Neumann uu9r@rz.uni-karlsruhe.de
Thu, 27 Jun 2002 00:37:57 +0200


--UlVJffcvxoiEqYs2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

In my last email I forgot one file.
It's appended below.

Regards,

  Michael

--UlVJffcvxoiEqYs2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="open.c.diff"

*** ./runtime/Posix/FileSys/open.c.old	Thu Jun 27 00:13:04 2002
--- ./runtime/Posix/FileSys/open.c	Wed Jun 26 23:29:38 2002
***************
*** 5,11 ****
  
  Int Posix_FileSys_open(NullString p, Word w, Mode m) {
  
! #if (defined (__linux__))
  
  	return open((char *) p, w, m);
  
--- 5,11 ----
  
  Int Posix_FileSys_open(NullString p, Word w, Mode m) {
  
! #if (defined (__linux__) || defined (__FreeBSD__))
  
  	return open((char *) p, w, m);
  

--UlVJffcvxoiEqYs2--


-------------------------------------------------------
This sf.net email is sponsored by: Jabber Inc.
Don't miss the IM event of the season | Special offer for OSDN members! 
JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn
_______________________________________________
MLton-devel mailing list
MLton-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlton-devel