change log for rtems (2010-06-03)
rtems-vc at rtems.org
rtems-vc at rtems.org
Thu Jun 3 07:10:50 UTC 2010
*ccj*:
2010-06-03 Chris Johns <chrisj at rtems.org>
* sapi/include/confdefs.h: PR 1543. Make default file system when
nothing is defined IMFS not miniIMFS.
M 1.2346 cpukit/ChangeLog
M 1.135 cpukit/sapi/include/confdefs.h
diff -u rtems/cpukit/ChangeLog:1.2345 rtems/cpukit/ChangeLog:1.2346
--- rtems/cpukit/ChangeLog:1.2345 Tue Jun 1 19:43:13 2010
+++ rtems/cpukit/ChangeLog Thu Jun 3 01:46:50 2010
@@ -1,3 +1,8 @@
+2010-06-03 Chris Johns <chrisj at rtems.org>
+
+ * sapi/include/confdefs.h: PR 1543. Make default file system when
+ nothing is defined IMFS not miniIMFS.
+
2010-06-01 Chris Johns <chrisj at rtems.org>
* libcsupport/include/rtems/libio.h: Make the struct name the same
diff -u rtems/cpukit/sapi/include/confdefs.h:1.134 rtems/cpukit/sapi/include/confdefs.h:1.135
--- rtems/cpukit/sapi/include/confdefs.h:1.134 Tue Jun 1 19:43:13 2010
+++ rtems/cpukit/sapi/include/confdefs.h Thu Jun 3 01:46:51 2010
@@ -447,12 +447,12 @@
#ifndef CONFIGURE_HAS_OWN_MOUNT_TABLE
const rtems_filesystem_mount_table_t configuration_mount_table = {
- #ifdef CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
- "imfs",
- #elif defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM)
+ #if defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM)
"devfs",
- #else /* using miniIMFS as base filesystem */
+ #elif defined(CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM)
"mimfs",
+ #else /* using IMFS as base filesystem */
+ "imfs",
#endif
RTEMS_FILESYSTEM_READ_WRITE,
NULL,
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100603/050e75bb/attachment.html>
More information about the vc
mailing list