[macruby-changes] [3887] MacRuby/trunk/process.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 29 13:35:29 PDT 2010


Revision: 3887
          http://trac.macosforge.org/projects/ruby/changeset/3887
Author:   lsansonetti at apple.com
Date:     2010-03-29 13:35:29 -0700 (Mon, 29 Mar 2010)
Log Message:
-----------
set the maxgroups constant to NGROUPS_MAX

Modified Paths:
--------------
    MacRuby/trunk/process.c

Modified: MacRuby/trunk/process.c
===================================================================
--- MacRuby/trunk/process.c	2010-03-28 22:09:40 UTC (rev 3886)
+++ MacRuby/trunk/process.c	2010-03-29 20:35:29 UTC (rev 3887)
@@ -4015,7 +4015,7 @@
 }
 
 
-static size_t maxgroups = 32;
+static size_t maxgroups = NGROUPS_MAX;
 
 
 /*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100329/d40ba125/attachment.html>


More information about the macruby-changes mailing list