From 7bde91bd5fd20e2c0c91193728c793e0675bdc03 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 10 Jan 2019 09:05:49 +0100 Subject: Fix format warnings due to ino_t changes --- cpukit/libfs/src/rfs/rtems-rfs-dir.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/libfs') diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-dir.c index a49ab84f05..c9a2772895 100644 --- a/cpukit/libfs/src/rfs/rtems-rfs-dir.c +++ b/cpukit/libfs/src/rfs/rtems-rfs-dir.c @@ -622,7 +622,8 @@ rtems_rfs_dir_read (rtems_rfs_file_system* fs, dirent->d_namlen = elength; if (rtems_rfs_trace (RTEMS_RFS_TRACE_DIR_READ)) - printf ("rtems-rfs: dir-read: found off:%" PRIooff_t " ino:%ld name=%s\n", + printf ("rtems-rfs: dir-read: found off:%" PRIooff_t + " ino:%" PRIuino_t " name=%s\n", dirent->d_off, dirent->d_ino, dirent->d_name); break; } -- cgit v1.2.3