<!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-07-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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-07-02 Joel Sherrill <joel.sherrill@oarcorp.com>

        * psx13/test.c: Fix warning.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/ChangeLog.diff?r1=text&tr1=1.282&r2=text&tr2=1.283&diff_format=h">M</a></td><td width='1%'>1.283</td><td width='100%'>testsuites/psxtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/psx13/test.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>testsuites/psxtests/psx13/test.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.282 rtems/testsuites/psxtests/ChangeLog:1.283
--- rtems/testsuites/psxtests/ChangeLog:1.282   Fri Jul  2 12:20:54 2010
+++ rtems/testsuites/psxtests/ChangeLog Fri Jul  2 13:51:48 2010
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-07-02        Joel Sherrill <joel.sherrill@oarcorp.com>
 
<font color='#000088'>+   * psx13/test.c: Fix warning.
+
+2010-07-02     Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font>   * psxfile01/test_cat.c: Does not need posix specific macros.
 
 2010-07-01     Joel Sherrill <joel.sherrilL@OARcorp.com>

<font color='#006600'>diff -u rtems/testsuites/psxtests/psx13/test.c:1.14 rtems/testsuites/psxtests/psx13/test.c:1.15
--- rtems/testsuites/psxtests/psx13/test.c:1.14 Thu Jul  1 12:23:47 2010
+++ rtems/testsuites/psxtests/psx13/test.c      Fri Jul  2 13:51:48 2010
</font><font color='#997700'>@@ -466,7 +466,7 @@
</font>     time[0].tv_sec = 12345;
     time[1].tv_sec = 54321;
 
<font color='#880000'>-    error = utimes("testfile1.tst", &time);
</font><font color='#000088'>+    error = utimes("testfile1.tst", (struct timeval *)&time);
</font> 
     if (error == 0) {
 
</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>