change log for rtems (2010-07-02)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Jul 2 19:11:54 UTC 2010


 *joel*:
2010-07-02	Joel Sherrill <joel.sherrill at oarcorp.com>

	* psx13/test.c: Fix warning.

M  1.283  testsuites/psxtests/ChangeLog
M   1.15  testsuites/psxtests/psx13/test.c

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
@@ -1,5 +1,9 @@
 2010-07-02	Joel Sherrill <joel.sherrill at oarcorp.com>
 
+	* psx13/test.c: Fix warning.
+
+2010-07-02	Joel Sherrill <joel.sherrill at oarcorp.com>
+
 	* psxfile01/test_cat.c: Does not need posix specific macros.
 
 2010-07-01	Joel Sherrill <joel.sherrilL at OARcorp.com>

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
@@ -466,7 +466,7 @@
     time[0].tv_sec = 12345;
     time[1].tv_sec = 54321;
 
-    error = utimes("testfile1.tst", &time);
+    error = utimes("testfile1.tst", (struct timeval *)&time);
 
     if (error == 0) {
 



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100702/9e003913/attachment.html>


More information about the vc mailing list