summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-04 09:39:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-04 09:39:44 +0000
commit26597fc19b9a29f62515915e7f762a80f0df39ff (patch)
treee5d51648a8fccfc6229e42861581373f514de0b2 /cpukit/ChangeLog
parent2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-26597fc19b9a29f62515915e7f762a80f0df39ff.tar.bz2
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/cat_file.c: #include <rtems/shell.h>. * libmisc/shell/filemode.c: #include "internal.h". * libmisc/shell/shell.h: Declare functions "extern".
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3695d37513..acb8b89415 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,8 @@
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libmisc/shell/cat_file.c: #include <rtems/shell.h>.
+ * libmisc/shell/filemode.c: #include "internal.h".
+ * libmisc/shell/shell.h: Declare functions "extern".
* libmisc/shell/shell_cmdset.c: Remove superflous casts.
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>