summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-02 17:42:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-02 17:42:39 +0000
commit2b30225a644b02d33e99dfc1669196a0e9658e62 (patch)
treed414580549d74fca8efec0cfc08ea3bed6161a93 /cpukit/libfs/ChangeLog
parent2002-10-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2b30225a644b02d33e99dfc1669196a0e9658e62.tar.bz2
2002-10-02 Jennifer Averett <jennifer@OARcorp.com>
* src/imfs/memfile.c: Fixed case where last close of unlinked file did not remove the resources associated with that file. Reported by Till Straumann <strauman@slac.stanford.edu> on the mailing list.
Diffstat (limited to '')
-rw-r--r--cpukit/libfs/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index 3489bf9cd5..0a073d3b8e 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-02 Jennifer Averett <jennifer@OARcorp.com>
+
+ * src/imfs/memfile.c: Fixed case where last close of unlinked file
+ did not remove the resources associated with that file. Reported
+ by Till Straumann <strauman@slac.stanford.edu> on the mailing list.
+
2002-09-14 Joel Sherrill <joel@OARcorp.com>
* src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h,