summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/setup.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-09-25 04:19:39 +0000
committerderaadt <deraadt@openbsd.org>2003-09-25 04:19:39 +0000
commit2e615f2f7c34df5bbbe2d356b6e43d2f210decce (patch)
treeae377db1b3ae3f6c0ed5c109a2c128273de30ace /sbin/fsck_ffs/setup.c
parentdo not crank size before erealloc (diff)
downloadwireguard-openbsd-2e615f2f7c34df5bbbe2d356b6e43d2f210decce.tar.xz
wireguard-openbsd-2e615f2f7c34df5bbbe2d356b6e43d2f210decce.zip
whack commons as wanted by ho
Diffstat (limited to 'sbin/fsck_ffs/setup.c')
-rw-r--r--sbin/fsck_ffs/setup.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c
index 5906f8a12d7..7857a591299 100644
--- a/sbin/fsck_ffs/setup.c
+++ b/sbin/fsck_ffs/setup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: setup.c,v 1.20 2003/06/26 08:01:54 tedu Exp $ */
+/* $OpenBSD: setup.c,v 1.21 2003/09/25 04:19:39 deraadt Exp $ */
/* $NetBSD: setup.c,v 1.27 1996/09/27 22:45:19 christos Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)setup.c 8.5 (Berkeley) 11/23/94";
#else
-static const char rcsid[] = "$OpenBSD: setup.c,v 1.20 2003/06/26 08:01:54 tedu Exp $";
+static const char rcsid[] = "$OpenBSD: setup.c,v 1.21 2003/09/25 04:19:39 deraadt Exp $";
#endif
#endif /* not lint */
@@ -68,6 +68,8 @@ static struct disklabel *getdisklabel(char *, int);
static int readsb(int);
static int cmpsb(struct fs *, struct fs *);
+long numdirs, listmax, inplast;
+
int
setup(char *dev)
{