diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-09-25 04:19:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-09-25 04:19:40 +0000 |
commit | 5f0fab5a39b7a6875afbadeff39f2b894853cf3b (patch) | |
tree | c49ff19647a2ec511fc63186fbaa54c87f6cbfe9 /sbin/fsck_ffs/setup.c | |
parent | 3c973a643104315ed1cb6c73fa9aef237775404f (diff) |
whack commons as wanted by ho
Diffstat (limited to 'sbin/fsck_ffs/setup.c')
-rw-r--r-- | sbin/fsck_ffs/setup.c | 6 |
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) { |