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.