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

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