summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/setup.c
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2001-04-23 21:39:14 +0000
committeriedowse <iedowse@FreeBSD.org>2001-04-23 21:39:14 +0000
commitf0878d962fc4a1031424f1d120b480d6c33ef7d5 (patch)
tree36501174c20cd67c300aac6611c57980765b5be3 /sbin/fsck_ffs/setup.c
parentbcc74c4e75a9e6474c0234e24939a6bf01ab3157 (diff)
downloadFreeBSD-src-f0878d962fc4a1031424f1d120b480d6c33ef7d5.zip
FreeBSD-src-f0878d962fc4a1031424f1d120b480d6c33ef7d5.tar.gz
In fsdb, call sblock_init() which is now necessary to initialise
the global variable dev_bsize. Add a prototype for sblock_init() to fsck.h, and set the return type correctly.
Diffstat (limited to 'sbin/fsck_ffs/setup.c')
-rw-r--r--sbin/fsck_ffs/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c
index 517547d..24ef003 100644
--- a/sbin/fsck_ffs/setup.c
+++ b/sbin/fsck_ffs/setup.c
@@ -475,6 +475,7 @@ badsb(listerr, s)
pfatal("BAD SUPER BLOCK: %s\n", s);
}
+void
sblock_init()
{
struct disklabel *lp;
OpenPOWER on IntegriCloud