change log for rtems (2011-04-15)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Apr 15 12:10:19 UTC 2011


 *sh*:
2011-04-15	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* libfs/src/pipe/fifo.c: Fixed integer type.

M 1.2800  cpukit/ChangeLog
M   1.12  cpukit/libfs/src/pipe/fifo.c

diff -u rtems/cpukit/ChangeLog:1.2799 rtems/cpukit/ChangeLog:1.2800
--- rtems/cpukit/ChangeLog:1.2799	Fri Apr 15 05:27:09 2011
+++ rtems/cpukit/ChangeLog	Fri Apr 15 06:13:20 2011
@@ -1,6 +1,6 @@
 2011-04-15	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
-	* libcsupport/src/ioctl.c: Fixed integer type.
+	* libcsupport/src/ioctl.c, libfs/src/pipe/fifo.c: Fixed integer type.
 
 2011-04-11	Joel Sherrill <joel.sherrill at oarcorp.com>
 

diff -u rtems/cpukit/libfs/src/pipe/fifo.c:1.11 rtems/cpukit/libfs/src/pipe/fifo.c:1.12
--- rtems/cpukit/libfs/src/pipe/fifo.c:1.11	Tue Aug 10 12:41:32 2010
+++ rtems/cpukit/libfs/src/pipe/fifo.c	Fri Apr 15 06:13:21 2011
@@ -154,7 +154,7 @@
   free(pipe);
 }
 
-static rtems_status_code pipe_lock(void)
+static int pipe_lock(void)
 {
   rtems_status_code sc = RTEMS_SUCCESSFUL;
 


 *sh*:
2011-04-15	Sebastian Huber <Sebastian.Huber at embedded-brains.de>

	* psxstat/test.c: Fixed integer type.

M  1.336  testsuites/psxtests/ChangeLog
M   1.33  testsuites/psxtests/psxstat/test.c

diff -u rtems/testsuites/psxtests/ChangeLog:1.335 rtems/testsuites/psxtests/ChangeLog:1.336
--- rtems/testsuites/psxtests/ChangeLog:1.335	Wed Mar  9 14:08:23 2011
+++ rtems/testsuites/psxtests/ChangeLog	Fri Apr 15 06:25:00 2011
@@ -1,3 +1,7 @@
+2011-04-15	Sebastian Huber <Sebastian.Huber at embedded-brains.de>
+
+	* psxstat/test.c: Fixed integer type.
+
 2011-03-09	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* psx04/init.c, psx04/psx04.scn: Remove test case made obsolete by

diff -u rtems/testsuites/psxtests/psxstat/test.c:1.32 rtems/testsuites/psxtests/psxstat/test.c:1.33
--- rtems/testsuites/psxtests/psxstat/test.c:1.32	Tue Feb 22 03:47:35 2011
+++ rtems/testsuites/psxtests/psxstat/test.c	Fri Apr 15 06:25:00 2011
@@ -816,13 +816,13 @@
 )
 #endif
 {
-  rtems_status_code status;
   rtems_time_of_day time;
+  int status;
 
   puts( "\n\n*** STAT TEST 01 ***" );
 
   build_time( &time, 12, 31, 1988, 9, 0, 0, 0 );
-  status = rtems_clock_set( &time );
+  rtems_clock_set( &time );
   Show_Time();
 
   /*
@@ -855,12 +855,12 @@
   make_multiple_links( Directories,    Links_to_Dirs );
   make_multiple_links( Files,          Links_to_Files );
 
-  status = rtems_task_wake_after( TIMEOUT_VALUE );
+  rtems_task_wake_after( TIMEOUT_VALUE );
   make_multiple_links( Links_to_Dirs,  Links_to_dirlinks );
-  status = rtems_task_wake_after( TIMEOUT_VALUE );
+  rtems_task_wake_after( TIMEOUT_VALUE );
   make_multiple_links( Links_to_Files, Links_to_filelinks );
 
-  status = rtems_task_wake_after( TIMEOUT_VALUE );
+  rtems_task_wake_after( TIMEOUT_VALUE );
 
   /*
    *  Now go through all the absolute path.
@@ -919,16 +919,16 @@
   make_multiple_symlinks();
   make_many_symlinks( "/symlinks", 10 );
 
-  status = rtems_task_wake_after( TIMEOUT_VALUE );
+  rtems_task_wake_after( TIMEOUT_VALUE );
   Cause_faults();
 
-  status = rtems_task_wake_after( TIMEOUT_VALUE );
+  rtems_task_wake_after( TIMEOUT_VALUE );
   chown_multiple_files( Files );
 
-  status = rtems_task_wake_after( TIMEOUT_VALUE );
+  rtems_task_wake_after( TIMEOUT_VALUE );
   chown_multiple_files( Links_to_Dirs );
 
-  status = rtems_task_wake_after( TIMEOUT_VALUE );
+  rtems_task_wake_after( TIMEOUT_VALUE );
   lchown_multiple_files( SymLinks );
 
   test_statvfs();



--

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/20110415/f109e572/attachment-0001.html>


More information about the vc mailing list