<!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 (2011-10-25)</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>Apply missing patch.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/psxfile01/test.c.diff?r1=text&tr1=1.36&r2=text&tr2=1.37&diff_format=h">M</a></td><td width='1%'>1.37</td><td width='100%'>testsuites/psxtests/psxfile01/test.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/psxfile01/test.c:1.36 rtems/testsuites/psxtests/psxfile01/test.c:1.37
--- rtems/testsuites/psxtests/psxfile01/test.c:1.36     Sat Oct 22 07:20:33 2011
+++ rtems/testsuites/psxtests/psxfile01/test.c  Tue Oct 25 10:10:52 2011
</font><font color='#997700'>@@ -69,8 +69,6 @@
</font>   off_t new_len
 );
 
<font color='#880000'>-int IMFS_memfile_maximum_size( void );
-
</font> /*
  *  dump_statbuf
  */
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>

        * psxreaddir/test.c: Remove bogus casts.
        Fix fprintf format strings.
</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.372&r2=text&tr2=1.373&diff_format=h">M</a></td><td width='1%'>1.373</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/psxreaddir/test.c.diff?r1=text&tr1=1.22&r2=text&tr2=1.23&diff_format=h">M</a></td><td width='1%'>1.23</td><td width='100%'>testsuites/psxtests/psxreaddir/test.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.372 rtems/testsuites/psxtests/ChangeLog:1.373
--- rtems/testsuites/psxtests/ChangeLog:1.372   Sat Oct 22 07:20:33 2011
+++ rtems/testsuites/psxtests/ChangeLog Tue Oct 25 10:12:08 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-10-25    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * psxreaddir/test.c: Remove bogus casts.
+       Fix fprintf format strings.
+
</font> 2011-10-22        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * psxfile01/test.c: Remove local redeclaration of IMFS_dump.<span style="background-color: #FF0000"> </span>

<font color='#006600'>diff -u rtems/testsuites/psxtests/psxreaddir/test.c:1.22 rtems/testsuites/psxtests/psxreaddir/test.c:1.23
--- rtems/testsuites/psxtests/psxreaddir/test.c:1.22    Fri May  6 12:29:29 2011
+++ rtems/testsuites/psxtests/psxreaddir/test.c Tue Oct 25 10:12:08 2011
</font><font color='#997700'>@@ -65,8 +65,8 @@
</font>   d = readdir(directory);
 
   while (d) {
<font color='#880000'>-    printf( "%-20s %8d %8d %6d   0x%04x\n",
-       d->d_name, (int)d->d_ino, (int)d->d_off, d->d_reclen, d->d_type );
</font><font color='#000088'>+    printf( "%-20s %8ld %8" PRIdoff_t " %6d   0x%04x\n",
+       d->d_name, d->d_ino, d->d_off, d->d_reclen, d->d_type );
</font>     d = readdir(directory);
 
   }
<font color='#997700'>@@ -420,15 +420,15 @@
</font> 
   printf( "\nSeek directory\n" );
   printf( "telldir() should report only sizeof(struct dirent) increments \n" );
<font color='#880000'>-  printf( "in position. Sizeof(struct dirent): %ld\n",
-                          (unsigned long) sizeof(struct dirent) );
</font><font color='#000088'>+  printf( "in position. Sizeof(struct dirent): %zd\n",
+                          sizeof(struct dirent) );
</font>   rewinddir( directory );
   for( off=0 ; off<=200 ; off=off + sizeof(struct dirent) / 4 ) {
     seekdir( directory, off );
     printf(
<font color='#880000'>-       "seeked to %2d -- currently at %2d\n",
-       (int)off,
-       (int)telldir(directory)
</font><font color='#000088'>+       "seeked to %2" PRIdoff_t " -- currently at %2ld\n",
+       off,
+       telldir(directory)
</font>     );
   }
 
</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>