summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-08-28 14:06:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-08-28 14:06:29 +0000
commitd030c4e72d1b1107554fb80610cf58bb6dbc7ca6 (patch)
treee61f08396f5c8a0fdc5df3988b7cdd932cc96f54 /cpukit/ChangeLog
parent2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-d030c4e72d1b1107554fb80610cf58bb6dbc7ca6.tar.bz2
2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1256/networking * ftpd/ftpd.c: Fix unaligned access.
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 a75076b146..f4d7decc6d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+ PR 1256/networking
+ * ftpd/ftpd.c: Fix unaligned access.
+
+2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* posix/Makefile.am: Always build nanosleep.
2007-08-17 Chris Johns <chrisj@rtems.org>