From db96a76b29b88919d571f7b8423bca26d4e130db Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 22 Oct 2009 05:07:35 +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/uuid/uuid_time.c: Add cast to uint32_t to allow 16bit shift on 16bit-int targets. * libmisc/uuid/gen_uuid.c: Add HAVE_CONFIG_H guard. Include . Shift pid_t's by (sizeof(pid_t)*CHAR_BIT)>>1 instead of hard-coded 16 to permit building on non 16bit-int targets. --- cpukit/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 19c9936ebc..e7501be7a2 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,12 @@ +2009-10-22 Ralf Corsépius + + * libmisc/uuid/uuid_time.c: Add cast to uint32_t to allow 16bit + shift on 16bit-int targets. + * libmisc/uuid/gen_uuid.c: Add HAVE_CONFIG_H guard. + Include . Shift pid_t's by (sizeof(pid_t)*CHAR_BIT)>>1 + instead of hard-coded 16 to permit building on non 16bit-int + targets. + 2009-10-22 Ralf Corsépius * libmisc/shell/extern-ls.h: Remove DAYSPERNYEAR, SECSPERDAY. -- cgit v1.2.3