Peter Krempa a5c2d1988e util: Avoid shadow of 'ulong' in virMemoryMaxValue
Old compilers whine:
src/util/virutil.c: In function 'virMemoryMaxValue':
src/util/virutil.c:2612: error: declaration of 'ulong' shadows a global declaration [-Wshadow]
/usr/include/sys/types.h:151: error: shadowed declaration is here [-Wshadow]

s/ulong/capped/ to work around the problem
2015-05-21 16:52:01 +02:00
..
2014-07-16 06:48:53 -06:00
2015-03-13 15:31:33 +01:00
2015-04-16 18:35:41 +02:00
2015-04-09 19:27:08 -04:00
2015-04-09 19:27:08 -04:00
2014-12-15 10:34:18 +01:00
2015-03-13 15:31:33 +01:00
2015-01-26 09:14:04 +00:00
2015-03-23 09:01:30 +01:00
2014-04-07 06:14:45 -06:00
2014-04-07 06:14:45 -06:00
2014-10-22 13:09:49 +01:00
2015-04-02 16:05:32 +02:00
2015-04-22 13:05:06 +04:00
2015-04-15 16:43:28 +02:00
2015-03-27 11:06:05 +01:00
2014-12-16 11:15:27 +01:00
2015-03-13 15:31:33 +01:00
2015-03-25 10:00:53 +01:00
2014-10-15 09:25:33 +02:00
2014-07-03 10:41:15 +02:00