From 9190a31d765d3b81490b68c6f2f8d57f32683162 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 25 Aug 2008 11:15:24 +0000 Subject: [PATCH] =?UTF-8?q?2008-08-25=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/malloc_boundary.c: Use %zi to print size_t. --- cpukit/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index b1a2368252..9246a0f58e 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2008-08-25 Ralf Corsépius + * libcsupport/src/malloc_boundary.c: Use %zi to print size_t. * libmisc/capture/capture.c, libmisc/shell/fts.c: Stop using old-style function-definitions.