aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpfs
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2023-04-30 00:55:15 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2023-04-30 00:55:15 +0000
commit6995e6b3237e9be9ae6f68af13edd3db4b668ab8 (patch)
treeb80efb41fb9a0ee556e2797f8848fdaccbb1b862 /sbin/dumpfs
parent62dc21b10731bdba26dafeb51640c2048a3344a0 (diff)
downloadsrc-6995e6b3237e9be9ae6f68af13edd3db4b668ab8.tar.gz
src-6995e6b3237e9be9ae6f68af13edd3db4b668ab8.zip
Diffstat (limited to 'sbin/dumpfs')
-rw-r--r--sbin/dumpfs/dumpfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c
index 01b475a03fea..743734660e57 100644
--- a/sbin/dumpfs/dumpfs.c
+++ b/sbin/dumpfs/dumpfs.c
@@ -245,7 +245,7 @@ dumpfs(const char *name, int dosb)
default:
goto err;
}
- printf("old_cpg\t%d\tsize_cg\t%jd\tCGSIZE\t%jd\n",
+ printf("old_cpg\t%d\tsize_cg\t%d\tCGSIZE\t%d\n",
afs.fs_old_cpg, sizeof(struct cg), CGSIZE(&afs));
printf("sblkno\t%d\tcblkno\t%d\tiblkno\t%d\tdblkno\t%d\n",
afs.fs_sblkno, afs.fs_cblkno, afs.fs_iblkno, afs.fs_dblkno);