File procps-ng-3.3.8-vmstat-terabyte.dif of Package procps

---
 vmstat.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- vmstat.c
+++ vmstat.c	2016-07-11 13:18:04.993371059 +0000
@@ -273,8 +273,8 @@ static void new_header(void)
 
 static unsigned long unitConvert(unsigned long size)
 {
-	float cvSize;
-	cvSize = (float)size / dataUnit * ((statMode == SLABSTAT) ? 1 : 1024);
+	long double cvSize;
+	cvSize = (long double)size / dataUnit * ((statMode == SLABSTAT) ? 1 : 1024);
 	return ((unsigned long)cvSize);
 }
 
openSUSE Build Service is sponsored by