summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-10-21 05:50:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-10-21 05:50:02 +0000
commita4e44c294fbfd83ae66a19ddb620e905c58a1de1 (patch)
treecec60001a94563798cf17181a6649f7320143fbb /cpukit/libfs/ChangeLog
parent2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a4e44c294fbfd83ae66a19ddb620e905c58a1de1.tar.bz2
2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/Makefile.am: noinst_HEADERS += fat.h
Diffstat (limited to 'cpukit/libfs/ChangeLog')
-rw-r--r--cpukit/libfs/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index caa70a1227..2eb2220a45 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -1,5 +1,9 @@
2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * src/dosfs/Makefile.am: noinst_HEADERS += fat.h
+
+2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* src/dosfs/msdos_file.c (msdos_file_read, msdos_file_write):
Use '0' as initial value for ret instead of RC_OK.