summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authoryamt <yamt@NetBSD.org>2003-12-17 09:13:41 +0000
committeryamt <yamt@NetBSD.org>2003-12-17 09:13:41 +0000
commite2e9c6ef96142fef6b1de49bc0756eb6f9fedbf2 (patch)
treeb29ea62752c2a5193cda6331ac3aed96d3d2df42 /libexec
parent6c7d761c0eb4a345767914d64a8616008ebfe28a (diff)
fix debug output.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/lfs_cleanerd/library.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/lfs_cleanerd/library.c b/libexec/lfs_cleanerd/library.c
index 7b73dfdac8c..7e05f803e56 100644
--- a/libexec/lfs_cleanerd/library.c
+++ b/libexec/lfs_cleanerd/library.c
@@ -1,4 +1,4 @@
-/* $NetBSD: library.c,v 1.38 2003/09/19 05:52:48 itojun Exp $ */
+/* $NetBSD: library.c,v 1.39 2003/12/17 09:13:41 yamt Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)library.c 8.3 (Berkeley) 5/24/95";
#else
-__RCSID("$NetBSD: library.c,v 1.38 2003/09/19 05:52:48 itojun Exp $");
+__RCSID("$NetBSD: library.c,v 1.39 2003/12/17 09:13:41 yamt Exp $");
#endif
#endif /* not lint */
@@ -655,10 +655,10 @@ add_inodes(FS_INFO *fsp, BLOCK_INFO *bip, int *countp, SEGSUM *sp,
bp->bi_size = i; /* XXX KS - kludge */
if (inum == LFS_IFILE_INUM) {
+ PRINT_INODE(1, bp);
bp->bi_version = 1; /* Ifile version should be 1 */
bp++;
++(*countp);
- PRINT_INODE(1, bp);
} else {
ifp = IFILE_ENTRY(lfsp, fsp->fi_ifilep, inum);
PRINT_INODE(ifp->if_daddr == *daddrp, bp);