Changeset e3865876 in rtems
- Timestamp:
- 11/06/11 07:08:32 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- b799e4eb
- Parents:
- a6bd46d
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
ra6bd46d re3865876 1 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * libfs/src/rfs/rtems-rfs-dir.c: Rename PRIdoff_t into PRIooff_t. 4 1 5 2011-11-04 Chris Johns <chrisj@rtems.org> 2 6 -
cpukit/libfs/src/rfs/rtems-rfs-dir.c
ra6bd46d re3865876 33 33 34 34 #if SIZEOF_OFF_T == 8 35 #define PRI doff_t PRIo6435 #define PRIooff_t PRIo64 36 36 #elif SIZEOF_OFF_T == 4 37 #define PRI doff_t PRIo3237 #define PRIooff_t PRIo32 38 38 #else 39 39 #error "unsupported size of off_t" … … 631 631 632 632 if (rtems_rfs_trace (RTEMS_RFS_TRACE_DIR_READ)) 633 printf ("rtems-rfs: dir-read: found off:%" PRI doff_t " ino:%ld name=%s\n",633 printf ("rtems-rfs: dir-read: found off:%" PRIooff_t " ino:%ld name=%s\n", 634 634 dirent->d_off, dirent->d_ino, dirent->d_name); 635 635 break;
Note: See TracChangeset
for help on using the changeset viewer.