diff options
Diffstat (limited to 'sbin/fsck_ffs/pass5.c')
-rw-r--r-- | sbin/fsck_ffs/pass5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/pass5.c b/sbin/fsck_ffs/pass5.c index 81bdd9b7f27..92258d8c599 100644 --- a/sbin/fsck_ffs/pass5.c +++ b/sbin/fsck_ffs/pass5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pass5.c,v 1.51 2024/02/03 18:51:57 beck Exp $ */ +/* $OpenBSD: pass5.c,v 1.52 2024/09/15 07:14:58 jsg Exp $ */ /* $NetBSD: pass5.c,v 1.16 1996/09/27 22:45:18 christos Exp $ */ /* @@ -67,7 +67,7 @@ pass5(void) struct fs *fs = &sblock; daddr_t dbase, dmax; daddr_t d; - long i, k, rewritecg = 0; + long i, rewritecg = 0; ino_t j; struct csum *cs; struct csum_total cstotal; |