1
1
Pak Lui 010d216db9 * restrict the user with 32 bit app to specify a sm_size to be between
2GB to 4GB-1 by using long instead of size_t for the sm size.
   * it is done to prevent user from running into the ftruncate() in 
	 common sm component (and possibly others) problem that ftruncate 
	 takes an off_t which is a signed long integer. If we use an 
	 unsigned long, it'll run into an invalid argument errno=22.
   * See trac #1117

This commit was SVN r15752.
2007-08-03 15:43:02 +00:00
..
2007-07-31 09:34:41 +00:00
2007-07-30 14:44:37 +00:00
2007-07-10 13:54:34 +00:00
2007-08-03 02:23:24 +00:00
2007-07-23 16:18:36 +00:00