From d4edf2dd49afb8c7fea7956047224a60dc40037c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 20 Aug 2008 07:46:50 +0000 Subject: [PATCH] =?UTF-8?q?2008-08-20=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Add AC_HEADER_STDBOOL. --- cpukit/ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 52424fbeae..c4e9d987c0 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ -2008-08-2008 Ralf Corsépius +2008-08-20 Ralf Corsépius + * configure.ac: Add AC_HEADER_STDBOOL. * libblock/src/nvdisk.c: Remove bool, true, false (unused, clashes with C99/POSIX).