<!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-11-06)</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>2011-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>

        * libfs/src/rfs/rtems-rfs-dir.c: Rename PRIdoff_t into PRIooff_t.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2976&r2=text&tr2=1.2977&diff_format=h">M</a></td><td width='1%'>1.2977</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-dir.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&diff_format=h">M</a></td><td width='1%'>1.9</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-dir.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2976 rtems/cpukit/ChangeLog:1.2977
--- rtems/cpukit/ChangeLog:1.2976       Thu Nov  3 17:02:01 2011
+++ rtems/cpukit/ChangeLog      Sun Nov  6 01:08:31 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * libfs/src/rfs/rtems-rfs-dir.c: Rename PRIdoff_t into PRIooff_t.
+
</font> 2011-11-04      Chris Johns <chrisj@rtems.org>
 
        * libfs/src/rfs/rtems-rfs-dir.h: Commit the missing change. Part

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-dir.c:1.8 rtems/cpukit/libfs/src/rfs/rtems-rfs-dir.c:1.9
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-dir.c:1.8      Sun Oct 10 23:34:48 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-dir.c  Sun Nov  6 01:08:32 2011
</font><font color='#997700'>@@ -32,9 +32,9 @@
</font> #include <inttypes.h>
 
 #if SIZEOF_OFF_T == 8
<font color='#880000'>-#define PRIdoff_t PRIo64
</font><font color='#000088'>+#define PRIooff_t PRIo64
</font> #elif SIZEOF_OFF_T == 4
<font color='#880000'>-#define PRIdoff_t PRIo32
</font><font color='#000088'>+#define PRIooff_t PRIo32
</font> #else
 #error "unsupported size of off_t"
 #endif
<font color='#997700'>@@ -630,7 +630,7 @@
</font>       dirent->d_namlen = elength;
       
       if (rtems_rfs_trace (RTEMS_RFS_TRACE_DIR_READ))
<font color='#880000'>-        printf ("rtems-rfs: dir-read: found off:%" PRIdoff_t " ino:%ld name=%s\n",
</font><font color='#000088'>+        printf ("rtems-rfs: dir-read: found off:%" PRIooff_t " ino:%ld name=%s\n",
</font>                 dirent->d_off, dirent->d_ino, dirent->d_name);
       break;
     }
</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>