From 3a5f212d2429fded7913be37ab99b91ef0259c5a Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 26 Aug 2012 13:14:13 +0200 Subject: [PATCH] growfs(8): Fix building with -DFS_DEBUG. --- sbin/growfs/growfs.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index 4c2af0b..98a2cc7 100644 --- a/sbin/growfs/growfs.c +++ b/sbin/growfs/growfs.c @@ -2304,8 +2304,8 @@ updrefs(int cg, ino_t in, struct gfs_bpp *bp, int fsi, int fso, unsigned int DBG_LEAVE; return; /* skip empty swiss cheesy file or old fastlink */ } - DBG_PRINT2("scg checking inode (%d in %d)\n", - in, + DBG_PRINT2("scg checking inode (%ju in %d)\n", + (uintmax_t)in, cg); /* -- 1.7.7.2