Blame SOURCES/glibc-rh1505492-types-11.patch

25845f
commit bdf079da369ad5685c0432b2f41a5aaf1ec990e7
25845f
Author: Andreas Schwab <schwab@suse.de>
25845f
Date:   Wed Dec 17 13:04:07 2014 +0100
25845f
25845f
    Fix printf format error
25845f
25845f
diff --git a/nscd/mem.c b/nscd/mem.c
25845f
index 3811b447b0bf732b..a3d1014c640e7d83 100644
25845f
--- a/nscd/mem.c
25845f
+++ b/nscd/mem.c
25845f
@@ -423,8 +423,8 @@ gc (struct database_dyn *db)
25845f
 
25845f
       if (__builtin_expect (debug_level >= 3, 0))
25845f
 	dbg_log (_("freed %zu bytes in %s cache"),
25845f
-		 db->head->first_free
25845f
-		 - ((char *) moves->to + moves->size - db->data),
25845f
+		 (size_t) (db->head->first_free
25845f
+			   - ((char *) moves->to + moves->size - db->data)),
25845f
 		 dbnames[db - dbs]);
25845f
 
25845f
       /* The byte past the end of the last copied block is the next