From 199a0d363dc425e10a97a50c5c87e6bc511e3c6d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 21 Aug 2008 04:32:22 +0000 Subject: [PATCH] =?UTF-8?q?2008-08-21=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libblock/src/flashdisk.c: Remove bool, true, false. --- cpukit/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 2a5cb92761..4089c30105 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2008-08-21 Ralf Corsépius + + * libblock/src/flashdisk.c: Remove bool, true, false. + 2008-08-20 Joel Sherrill * libmisc/dummy/dummy.c: Add missing initializers.