From 5f0fab5a39b7a6875afbadeff39f2b894853cf3b Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 25 Sep 2003 04:19:40 +0000 Subject: whack commons as wanted by ho --- sbin/fsck_ffs/setup.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sbin/fsck_ffs/setup.c') 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) { -- cgit v1.2.3