change log for rtems (2011-11-06)

rtems-vc at rtems.org rtems-vc at rtems.org
Sun Nov 6 08:11:23 UTC 2011


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

	* libfs/src/rfs/rtems-rfs-dir.c: Rename PRIdoff_t into PRIooff_t.

M 1.2977  cpukit/ChangeLog
M    1.9  cpukit/libfs/src/rfs/rtems-rfs-dir.c

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
@@ -1,3 +1,7 @@
+2011-11-06      Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* libfs/src/rfs/rtems-rfs-dir.c: Rename PRIdoff_t into PRIooff_t.
+
 2011-11-04      Chris Johns <chrisj at rtems.org>
 
 	* libfs/src/rfs/rtems-rfs-dir.h: Commit the missing change. Part

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
@@ -32,9 +32,9 @@
 #include <inttypes.h>
 
 #if SIZEOF_OFF_T == 8
-#define PRIdoff_t PRIo64
+#define PRIooff_t PRIo64
 #elif SIZEOF_OFF_T == 4
-#define PRIdoff_t PRIo32
+#define PRIooff_t PRIo32
 #else
 #error "unsupported size of off_t"
 #endif
@@ -630,7 +630,7 @@
       dirent->d_namlen = elength;
       
       if (rtems_rfs_trace (RTEMS_RFS_TRACE_DIR_READ))
-        printf ("rtems-rfs: dir-read: found off:%" PRIdoff_t " ino:%ld name=%s\n",
+        printf ("rtems-rfs: dir-read: found off:%" PRIooff_t " ino:%ld name=%s\n",
                 dirent->d_off, dirent->d_ino, dirent->d_name);
       break;
     }



--

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/20111106/2906cd39/attachment.html>


More information about the vc mailing list