<!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-08-18)</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-08-18      Chris Johns <chrisj@rtems.org>

        PR 1677/filesystem
        * libfs/src/imfs/imfs_creat.c: Fix creating of a file. Lost in the
        change from a switch statement.
</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.2569&r2=text&tr2=1.2570&diff_format=h">M</a></td><td width='1%'>1.2570</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/imfs/imfs_creat.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>cpukit/libfs/src/imfs/imfs_creat.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2569 rtems/cpukit/ChangeLog:1.2570
--- rtems/cpukit/ChangeLog:1.2569       Mon Aug 16 09:09:37 2010
+++ rtems/cpukit/ChangeLog      Wed Aug 18 04:58:14 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-08-18    Chris Johns <chrisj@rtems.org>
+
+       PR 1677/filesystem
+       * libfs/src/imfs/imfs_creat.c: Fix creating of a file. Lost in the
+       change from a switch statement.
+
</font> 2010-08-16        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * posix/include/rtems/posix/aio_misc.h: Remove

<font color='#006600'>diff -u rtems/cpukit/libfs/src/imfs/imfs_creat.c:1.20 rtems/cpukit/libfs/src/imfs/imfs_creat.c:1.21
--- rtems/cpukit/libfs/src/imfs/imfs_creat.c:1.20       Mon Aug  2 13:27:22 2010
+++ rtems/cpukit/libfs/src/imfs/imfs_creat.c    Wed Aug 18 04:58:15 2010
</font><font color='#997700'>@@ -76,12 +76,11 @@
</font>   } else if ( type == IMFS_LINEAR_FILE ) {
     node->info.linearfile.size      = 0;
     node->info.linearfile.direct    = 0;
<font color='#880000'>-    if ( type == IMFS_MEMORY_FILE ) {
</font><font color='#000088'>+  } else if ( type == IMFS_MEMORY_FILE ) {
</font>       node->info.file.size            = 0;
       node->info.file.indirect        = 0;
       node->info.file.doubly_indirect = 0;
       node->info.file.triply_indirect = 0;
<font color='#880000'>-    }
</font>   } else if ( type == IMFS_FIFO ) {
     node->info.fifo.pipe = NULL;
   } else {
</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>