From 5699d86790e371aa607bab52be675835d8869feb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 22 Oct 2009 03:22:06 +0000 Subject: =?UTF-8?q?2009-10-22=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libmisc/shell/dd-args.c: Use uint_least32_t instead of u_int, force 32bit constants to make code functional on 16bit-int targets. --- cpukit/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 75b8e98dc8..f7950ac2b2 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2009-10-22 Ralf Corsépius + + * libmisc/shell/dd-args.c: Use uint_least32_t instead of u_int, + force 32bit constants to make code functional on 16bit-int targets. + 2009-10-22 Ralf Corsépius * configure.ac: Remove -fasm. -- cgit v1.2.3