summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-28 16:36:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-28 16:36:08 +0000
commit44be50c22f5bb8d9a3c00bd0ff6bcdf97e0da22f (patch)
tree7727045fe5bc27127acf9b28ae8a10a7565a800b /cpukit/ChangeLog
parent2009-12-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-44be50c22f5bb8d9a3c00bd0ff6bcdf97e0da22f.tar.bz2
2009-12-28 Shrikant Gaikwad <n3oo3n@gmail.com>
* cpukit/libfs/src/pipe/pipe.c Restructured code to remove the goto statements.
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 899d253225..ee0f3497d9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-28 Shrikant Gaikwad <n3oo3n@gmail.com>
+
+ * cpukit/libfs/src/pipe/pipe.c Restructured code to remove the
+ goto statements.
+
2009-12-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* libnetworking/lib/ftpfs.c: Use EINVAL not EBADRQC.