summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-28 14:04:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-28 14:04:03 +0000
commita1f10111da5d72c3e9e7f3cd69561f945fd25277 (patch)
treec33271e8bcd08d4fef6b0e9937d350563b2adfca /cpukit/libcsupport/ChangeLog
parent2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru> (diff)
downloadrtems-a1f10111da5d72c3e9e7f3cd69561f945fd25277.tar.bz2
2002-10-28 Joel Sherrill <joel@OARcorp.com>
* include/rtems/libio.h: Change rtems_filesystem_node_types_t from enumeration to int to eliminate warnings when values are overridden.
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 8a176c28bd..1639a13c2f 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-28 Joel Sherrill <joel@OARcorp.com>
+
+ * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
+ enumeration to int to eliminate warnings when values are overridden.
+
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.