<!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-02)</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-02 Chris Johns <chrisj@rtems.org>
* iostream/init.cc: Remove the hack.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/samples/ChangeLog.diff?r1=text&tr1=1.177&r2=text&tr2=1.178&diff_format=h">M</a></td><td width='1%'>1.178</td><td width='100%'>testsuites/samples/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/samples/iostream/init.cc.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>testsuites/samples/iostream/init.cc</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/samples/ChangeLog:1.177 rtems/testsuites/samples/ChangeLog:1.178
--- rtems/testsuites/samples/ChangeLog:1.177 Tue Jun 1 19:47:14 2010
+++ rtems/testsuites/samples/ChangeLog Tue Jun 1 23:38:49 2010
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-06-02<span style="background-color: #FF0000"> </span> Chris Johns <chrisj@rtems.org>
<font color='#000088'>+ * iostream/init.cc: Remove the hack.
+
+2010-06-02<span style="background-color: #FF0000"> </span> Chris Johns <chrisj@rtems.org>
+
</font> * fileio/init.c: Update to new mount API.
* iostream/init.cc: Hack to work around confdefs.h in C++.
* iostream/system.h: Add comment about base miniIMFS.
<font color='#006600'>diff -u rtems/testsuites/samples/iostream/init.cc:1.4 rtems/testsuites/samples/iostream/init.cc:1.5
--- rtems/testsuites/samples/iostream/init.cc:1.4 Tue Jun 1 19:47:15 2010
+++ rtems/testsuites/samples/iostream/init.cc Tue Jun 1 23:38:49 2010
</font><font color='#997700'>@@ -20,11 +20,8 @@
</font> * $Id$
*/
<font color='#880000'>-extern "C" {
-
</font> #define CONFIGURE_INIT
#include "system.h"
<font color='#880000'>-}
</font>
#if BSP_SMALL_MEMORY
#include <stdio.h>
<font color='#997700'>@@ -34,7 +31,6 @@
</font>
#include <stdlib.h>
<font color='#880000'>-
</font> rtems_task Init(
rtems_task_argument ignored
)
</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>