summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-09 13:04:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-09 13:04:48 +0000
commitda13f46bdb79104d547812ad20988e7dd90932b5 (patch)
treec055325890fcca6cc4d100d1514e96a71a67cf99 /cpukit/ChangeLog
parent2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-da13f46bdb79104d547812ad20988e7dd90932b5.tar.bz2
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/flashdisk.c: Make rtems_fdisk_crc16_gen_factors static. * libblock/src/nvdisk.c: Make rtems_nvdisk_crc16_gen_factors static.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 5511d6f1df..28e8e3579a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libblock/src/flashdisk.c:
+ Make rtems_fdisk_crc16_gen_factors static.
+ * libblock/src/nvdisk.c:
+ Make rtems_nvdisk_crc16_gen_factors static.
+
+2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* rtems/src/rtemsobjectsetname.c:
Include <rtems/rtems/object.h> (Missing prototype).
* rtems/src/rtemsobjectgetclassicname.c: