From f0878d962fc4a1031424f1d120b480d6c33ef7d5 Mon Sep 17 00:00:00 2001 From: iedowse Date: Mon, 23 Apr 2001 21:39:14 +0000 Subject: 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. --- sbin/fsck_ffs/fsck.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/fsck_ffs/fsck.h') diff --git a/sbin/fsck_ffs/fsck.h b/sbin/fsck_ffs/fsck.h index dee89c7..813202b 100644 --- a/sbin/fsck_ffs/fsck.h +++ b/sbin/fsck_ffs/fsck.h @@ -315,6 +315,7 @@ void pwarn __P((const char *fmt, ...)); int readsb __P((int listerr)); int reply __P((char *question)); void rwerror __P((char *mesg, ufs_daddr_t blk)); +void sblock_init __P((void)); void setinodebuf __P((ino_t)); int setup __P((char *dev)); void voidquit __P((int)); -- cgit v1.1