summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-11 19:17:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-11 19:17:39 +0000
commit39b8611978a5e8c6ad3d0db8b48cf84ff494f048 (patch)
tree70dce16c174e426df067c63e7fbd32c66a2b4479 /c/src/ChangeLog
parent2010-03-11 Ken Peters <kptrs@yahoo.com> (diff)
downloadrtems-39b8611978a5e8c6ad3d0db8b48cf84ff494f048.tar.bz2
2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/ide/ide_controller.c: Fix warnings for uninitialized variable.
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 343fc36db1..7b38d0f2e6 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,10 @@
2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libchip/ide/ide_controller.c: Fix warnings for uninitialized
+ variable.
+
+2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libchip/network/i82586.c: Fix warnings for ctype methods.
2010-02-19 Chris Johns <chrisj@rtems.org>