From 59762963b2c74d67b5db42ad7589e69b706af067 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 22 Feb 2010 23:02:41 +0000 Subject: 2010-02-23 Chris Johns * libfs/src/rfs/rtems-rfs-dir.c: Fix printf format warning for a 64bit off_t. * libfs/src/rfs/rtems-rfs-file-system.h: Add a macro to get the file system flags. * libfs/src/rfs/rtems-rfs-group.c, libfs/src/rfs/rtems-rfs-group.h: Add rtems_rfs_group_usage. * libfs/src/rfs/rtems-rfs-rtems.c: Fill in all the fields in the statvfs struct. * libfs/src/rfs/rtems-rfs-shell.c: Use rtems_rfs_group_usage. --- cpukit/libfs/src/rfs/rtems-rfs-dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libfs/src/rfs/rtems-rfs-dir.c') diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-dir.c index 8813fb751e..4bc79a11cc 100644 --- a/cpukit/libfs/src/rfs/rtems-rfs-dir.c +++ b/cpukit/libfs/src/rfs/rtems-rfs-dir.c @@ -609,7 +609,7 @@ 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:%ld ino:%ld name=%s\n", + printf ("rtems-rfs: dir-read: found off:%Ld ino:%ld name=%s\n", dirent->d_off, dirent->d_ino, dirent->d_name); break; } -- cgit v1.2.3