projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ff0e921
)
growfs(8): Fix building with -DFS_DEBUG.
author
Sascha Wildner <saw@online.de>
Sun, 26 Aug 2012 11:14:13 +0000 (13:14 +0200)
committer
Sascha Wildner <saw@online.de>
Sun, 26 Aug 2012 11:14:13 +0000 (13:14 +0200)
sbin/growfs/growfs.c
patch
|
blob
|
blame
|
history
diff --git
a/sbin/growfs/growfs.c
b/sbin/growfs/growfs.c
index
4c2af0b
..
98a2cc7
100644
(file)
--- 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);
/*