diff options
| author | yamt <yamt@NetBSD.org> | 2003-12-17 09:13:41 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2003-12-17 09:13:41 +0000 |
| commit | e2e9c6ef96142fef6b1de49bc0756eb6f9fedbf2 (patch) | |
| tree | b29ea62752c2a5193cda6331ac3aed96d3d2df42 /libexec | |
| parent | 6c7d761c0eb4a345767914d64a8616008ebfe28a (diff) | |
fix debug output.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/lfs_cleanerd/library.c | 6 |
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); |
