<!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-14)</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>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-14 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * sapi/include/confdefs.h: Do not define a filesystem if
        CONFIGURE_APPLICATION_DISABLE_FILESYSTEM is defined.
</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.2381&r2=text&tr2=1.2382&diff_format=h">M</a></td><td width='1%'>1.2382</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.138&r2=text&tr2=1.139&diff_format=h">M</a></td><td width='1%'>1.139</td><td width='100%'>cpukit/sapi/include/confdefs.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2381 rtems/cpukit/ChangeLog:1.2382
--- rtems/cpukit/ChangeLog:1.2381       Mon Jun 14 01:11:12 2010
+++ rtems/cpukit/ChangeLog      Mon Jun 14 04:48:40 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-06-14    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * sapi/include/confdefs.h: Do not define a filesystem if
+       CONFIGURE_APPLICATION_DISABLE_FILESYSTEM is defined.
+
</font> 2010-06-14        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Doxygen.in: Use @PERL@ instead of hard-coded /usr/bin/perl.

<font color='#006600'>diff -u rtems/cpukit/sapi/include/confdefs.h:1.138 rtems/cpukit/sapi/include/confdefs.h:1.139
--- rtems/cpukit/sapi/include/confdefs.h:1.138  Wed Jun  9 04:38:10 2010
+++ rtems/cpukit/sapi/include/confdefs.h        Mon Jun 14 04:48:41 2010
</font><font color='#997700'>@@ -254,12 +254,14 @@
</font>    * If the base filesystem is DEVFS define it else define IMFS.
    * We will have either DEVFS or IMFS defined after this.
    */
<font color='#880000'>-  #if defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM)
-    #define CONFIGURE_FILESYSTEM_DEVFS
-  #elif defined(CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM)
-    #define CONFIGURE_FILESYSTEM_miniIMFS
-  #elif !defined(CONFIGURE_FILESYSTEM_IMFS)
-    #define CONFIGURE_FILESYSTEM_IMFS
</font><font color='#000088'>+  #if !defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM)
+    #if defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM)
+      #define CONFIGURE_FILESYSTEM_DEVFS
+    #elif defined(CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM)
+      #define CONFIGURE_FILESYSTEM_miniIMFS
+    #elif !defined(CONFIGURE_FILESYSTEM_IMFS)
+      #define CONFIGURE_FILESYSTEM_IMFS
+    #endif
</font>   #endif
 
 #endif
</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>