summaryrefslogtreecommitdiff
path: root/sbin/dumpfs
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-01 19:13:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-01 19:13:22 +0000
commite6a1edaac0dd82bf15c88159bb6c2533c1dfba98 (patch)
treecd7ae41f49075f2d97d179d07fca92d671210f89 /sbin/dumpfs
parent6f8d43b92f33987e95a242d1c7f458af31938055 (diff)
remove unused variable; csapuntz ok
Diffstat (limited to 'sbin/dumpfs')
-rw-r--r--sbin/dumpfs/dumpfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c
index 19e16777ce1..72871516e9a 100644
--- a/sbin/dumpfs/dumpfs.c
+++ b/sbin/dumpfs/dumpfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dumpfs.c,v 1.12 2001/11/05 07:39:16 mpech Exp $ */
+/* $OpenBSD: dumpfs.c,v 1.13 2001/12/01 19:13:21 deraadt Exp $ */
/* $NetBSD: dumpfs.c,v 1.12 1997/04/26 05:41:33 lukem Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)dumpfs.c 8.2 (Berkeley) 2/2/94";
#else
-static char rcsid[] = "$OpenBSD: dumpfs.c,v 1.12 2001/11/05 07:39:16 mpech Exp $";
+static char rcsid[] = "$OpenBSD: dumpfs.c,v 1.13 2001/12/01 19:13:21 deraadt Exp $";
#endif
#endif /* not lint */
@@ -145,7 +145,7 @@ dumpfs(name)
if (afs.fs_postblformat != FS_42POSTBLFMT) {
i++;
if (afs.fs_inodefmt >= FS_44INODEFMT) {
- int max, siz;
+ int max;
i++;
max = afs.fs_maxcontig;