summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-06-17 22:29:52 +0000
committerChris Johns <chrisj@rtems.org>2009-06-17 22:29:52 +0000
commitc0075af37a0a98d55780fa2f37e12e38ecdfb8cb (patch)
treeb26df22dc1ec57868edb2c8a479bcc621057d29b /cpukit/ChangeLog
parent2009-06-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c0075af37a0a98d55780fa2f37e12e38ecdfb8cb.tar.bz2
2009-06-18 Chris Johns <chrisj@rtems.org>
* telnetd/des.c: Split the des_f struct into smaller parts so targets that cannot address large structs can be supported.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9c5ab94d57..f36d03e305 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-18 Chris Johns <chrisj@rtems.org>
+
+ * telnetd/des.c: Split the des_f struct into smaller parts so
+ targets that cannot address large structs can be supported.
+
2009-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/objectshrinkinformation.c: Fix spelling error.