[macruby-changes] [1982] MacRuby/branches/experimental/io.c

source_changes at macosforge.org source_changes at macosforge.org
Sat Jul 4 01:32:47 PDT 2009


Revision: 1982
          http://trac.macosforge.org/projects/ruby/changeset/1982
Author:   lsansonetti at apple.com
Date:     2009-07-04 01:32:47 -0700 (Sat, 04 Jul 2009)
Log Message:
-----------
oops

Modified Paths:
--------------
    MacRuby/branches/experimental/io.c

Modified: MacRuby/branches/experimental/io.c
===================================================================
--- MacRuby/branches/experimental/io.c	2009-07-04 08:31:49 UTC (rev 1981)
+++ MacRuby/branches/experimental/io.c	2009-07-04 08:32:47 UTC (rev 1982)
@@ -1798,7 +1798,7 @@
 rb_io_set_close_on_exec(VALUE io, SEL sel, VALUE arg)
 {
     rb_io_t *io_s = ExtractIOStruct(io);
-    const int flags = fcntl(io_s->fd, F_GETFD, 0);
+    int flags = fcntl(io_s->fd, F_GETFD, 0);
     if (arg == Qtrue) {		
 	flags |= FD_CLOEXEC;
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090704/8dd595a2/attachment.html>


More information about the macruby-changes mailing list