summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 18:22:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 18:22:08 +0000
commit120b59eab7e1b59fcfb47e334e98c7c07a837476 (patch)
treea2a5df970d81374198b41e41cdab0dd258598b5c /cpukit/ChangeLog
parent2004-03-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-120b59eab7e1b59fcfb47e334e98c7c07a837476.tar.bz2
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libblock/src/bdbuf.c: Initialize pointer to avoid warning.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index af4fabfa93..84d04fcb34 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2004-03-05 Joel Sherrill <joel@OARcorp.com>
+ * cpukit/libblock/src/bdbuf.c: Initialize pointer to avoid warning.
+
+2004-03-05 Joel Sherrill <joel@OARcorp.com>
+
* score/macros/rtems/score/chain.inl, score/src/objectidtoname.c:
Add cast to avoid type punning warning in gcc 3.3.
2004-03-05 Joel Sherrill <joel@OARcorp.com>