<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-06-03)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ccj</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-03      Chris Johns <chrisj@rtems.org>

        * sapi/include/confdefs.h: PR 1543. Make default file system when
        nothing is defined IMFS not miniIMFS.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2345&r2=text&tr2=1.2346&diff_format=h">M</a></td><td width='1%'>1.2346</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/sapi/include/confdefs.h.diff?r1=text&tr1=1.134&r2=text&tr2=1.135&diff_format=h">M</a></td><td width='1%'>1.135</td><td width='100%'>cpukit/sapi/include/confdefs.h</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-06-03    Chris Johns <chrisj@rtems.org>
+
+       * sapi/include/confdefs.h: PR 1543. Make default file system when
+       nothing is defined IMFS not miniIMFS.
+
</font> 2010-06-01<span style="background-color: #FF0000"> </span>  Chris Johns <chrisj@rtems.org>
 
        * libcsupport/include/rtems/libio.h: Make the struct name the same

<font color='#006600'>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
</font><font color='#997700'>@@ -447,12 +447,12 @@
</font> 
   #ifndef CONFIGURE_HAS_OWN_MOUNT_TABLE
     const rtems_filesystem_mount_table_t configuration_mount_table = {
<font color='#880000'>-      #ifdef CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
-        "imfs",
-      #elif defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM)
</font><font color='#000088'>+      #if defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM)
</font>         "devfs",
<font color='#880000'>-      #else  /* using miniIMFS as base filesystem */
</font><font color='#000088'>+      #elif defined(CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM)
</font>         "mimfs",
<font color='#000088'>+      #else  /* using IMFS as base filesystem */
+        "imfs",
</font>       #endif
       RTEMS_FILESYSTEM_READ_WRITE,
       NULL,
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>