summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f7950ac2b2..19c9936ebc 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libmisc/shell/extern-ls.h: Remove DAYSPERNYEAR, SECSPERDAY.
+ * libmisc/shell/print-ls.c: Add DAYSPERNYEAR, SECSPERDAY.
+ Add casts to time_t on constants in DAYSPERNYEAR, SECSPERDAY for
+ 16bit-int targets.
+
+2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libmisc/shell/dd-args.c: Use uint_least32_t instead of u_int,
force 32bit constants to make code functional on 16bit-int targets.