svn commit: r394031 - /tomcat/connectors/trunk/jni/native/os/unix/system.c

2006-04-14 Thread mturk
Author: mturk Date: Thu Apr 13 23:33:09 2006 New Revision: 394031 URL: http://svn.apache.org/viewcvs?rev=394031view=rev Log: Fix #38985 by properly reporting 4G memory. Modified: tomcat/connectors/trunk/jni/native/os/unix/system.c Modified:

Re: svn commit: r394031 - /tomcat/connectors/trunk/jni/native/os/unix/system.c

2006-04-14 Thread Rainer Jung
Hi Mladen, I've got another one for that file. You optimized the original Solaris contribution by changing division with a value to multiplication with the reciprocal value. Unfortunately we are in integer land and the divisor was bigger than 1, so now we always multiply by 0 :( Patch attached