X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/315f14228128bf29ae78eefa6f7963e341842753..8ad6dcc6a771632228d91bce299c857d16da8b21:/usr/src/sbin/fsck/fsck.h?ds=inline diff --git a/usr/src/sbin/fsck/fsck.h b/usr/src/sbin/fsck/fsck.h index 43f2f3ddfc..4cc8c19a26 100644 --- a/usr/src/sbin/fsck/fsck.h +++ b/usr/src/sbin/fsck/fsck.h @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)fsck.h 5.2 (Berkeley) %G% + * @(#)fsck.h 5.6 (Berkeley) %G% */ #define MAXDUP 10 /* limit on dup blks (per inode) */ @@ -132,12 +132,16 @@ struct zlncnt *zlnhead; /* head of zero link count list */ char rawflg; char *devname; +long dev_bsize; /* computed value of DEV_BSIZE */ +long secsize; /* actual disk sector size */ char nflag; /* assume a no response */ char yflag; /* assume a yes response */ int bflag; /* location of alternate super block */ int debug; /* output debugging info */ +int cvtflag; /* convert to old file system format */ char preen; /* just fix normal inconsistencies */ char hotroot; /* checking root device */ +char havesb; /* superblock has been read */ char *blockmap; /* ptr to primary blk allocation map */ char *statemap; /* ptr to inode state table */