diff src/ChangeLog @ 97251:96dac1198131

(check_memory_limits) [HAVE_GETRLIMIT]: Fix calculation of data_size. Use correct type for five_percent.
author Andreas Schwab <schwab@suse.de>
date Sun, 03 Aug 2008 08:52:03 +0000
parents 3ad68e78cd82
children c2be97b488c4
line wrap: on
line diff
--- a/src/ChangeLog	Sat Aug 02 22:35:21 2008 +0000
+++ b/src/ChangeLog	Sun Aug 03 08:52:03 2008 +0000
@@ -1,3 +1,8 @@
+2008-08-03  Andreas Schwab  <schwab@suse.de>
+
+	* vm-limit.c (check_memory_limits) [HAVE_GETRLIMIT]: Fix
+	calculation of data_size.  Use correct type for five_percent.
+
 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
 
 	* vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.