From 887796ba477f8fd064114f6cc077413b9396d623 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 2 Nov 2009 12:18:19 +0000 Subject: =?UTF-8?q?2009-11-02=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libblock/src/bdbuf.c: Cast bdbuf->state to int32_t before shifting << 16 (Can not shift an enum by << 16 on 16bit). --- cpukit/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 34b2a6a59e..291a210966 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2009-11-02 Ralf Corsépius + + * libblock/src/bdbuf.c: Cast bdbuf->state to int32_t + before shifting << 16 (Can not shift an enum by << 16 on 16bit). + 2009-11-02 Ralf Corsépius * libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_conv.c, -- cgit v1.2.3