change log for rtems (2011-02-08)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Feb 8 09:10:27 UTC 2011


 *ralf*:
2011-02-08	Ralf Corsépius <ralf.corsepius at rtems.org>

	* psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.

M    1.3  testsuites/psxtmtests/ChangeLog
M    1.2  testsuites/psxtmtests/psxtmmutex02/init.c
M    1.2  testsuites/psxtmtests/psxtmthread03/init.c

diff -u rtems/testsuites/psxtmtests/ChangeLog:1.2 rtems/testsuites/psxtmtests/ChangeLog:1.3
--- rtems/testsuites/psxtmtests/ChangeLog:1.2	Wed Feb  2 09:01:26 2011
+++ rtems/testsuites/psxtmtests/ChangeLog	Tue Feb  8 02:26:13 2011
@@ -1,3 +1,7 @@
+2011-02-08	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
+
 2011-02-02	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* configure.ac: Require autoconf-2.68, automake-1.11.1.

diff -u rtems/testsuites/psxtmtests/psxtmmutex02/init.c:1.1 rtems/testsuites/psxtmtests/psxtmmutex02/init.c:1.2
--- rtems/testsuites/psxtmtests/psxtmmutex02/init.c:1.1	Mon Dec  6 10:35:30 2010
+++ rtems/testsuites/psxtmtests/psxtmmutex02/init.c	Tue Feb  8 02:26:09 2011
@@ -23,7 +23,7 @@
   void *argument
 )
 {
-  long end_time;
+  uint32_t end_time;
 
   /*
    * Now we have finished the thread startup overhead,

diff -u rtems/testsuites/psxtmtests/psxtmthread03/init.c:1.1 rtems/testsuites/psxtmtests/psxtmthread03/init.c:1.2
--- rtems/testsuites/psxtmtests/psxtmthread03/init.c:1.1	Mon Dec  6 10:35:31 2010
+++ rtems/testsuites/psxtmtests/psxtmthread03/init.c	Tue Feb  8 02:26:09 2011
@@ -21,7 +21,7 @@
   void *argument
 )
 {
-  long end_time;
+  uint32_t end_time;
 
   /*
    * Now we have finished the thread startup overhead,



--

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/20110208/1fdd7b55/attachment-0001.html>


More information about the vc mailing list