summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-04-30 08:52:29 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-04-30 08:52:29 +0000
commitebf2bc6cbccd1b2fad9e23c077b744a3944a41dc (patch)
tree6db8e5c09ada7e599fb3862d7fa2c14c2223eb98 /cpukit/ChangeLog
parent2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-ebf2bc6cbccd1b2fad9e23c077b744a3944a41dc.tar.bz2
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libnetworking/lib/ftpfs.c: Format changes. Fixed pathname allocation in rtems_ftpfs_eval_path(). Send QUIT command during file close.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 854ffc84e0..77e1594a63 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * libnetworking/lib/ftpfs.c: Format changes. Fixed pathname
+ allocation in rtems_ftpfs_eval_path(). Send QUIT command during
+ file close.
+
+2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* libfs/src/dosfs/msdos_format.c: Added missing va_end().
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>