summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-07 14:57:57 +0000
committerphk <phk@FreeBSD.org>2002-04-07 14:57:57 +0000
commit385d4388dcfcfda839a506548952f773a6e3ff14 (patch)
tree0af4bc53ca94bfb3ebbfe45c3f75e074e221099e /sbin/newfs/newfs.h
parent82d02ca76b760d9128480d2b87dfefe984a81e2c (diff)
downloadFreeBSD-src-385d4388dcfcfda839a506548952f773a6e3ff14.zip
FreeBSD-src-385d4388dcfcfda839a506548952f773a6e3ff14.tar.gz
bbsize and sbsize cannot ever be trusted from the disklabel, in
particular as there may not be one. Remove #if 0'ed code which might mislead people to think otherwise. unifdef -ULOSTDIR, fsck can make lost+found on the fly. Sponsored by: DARPA & NAI Labs
Diffstat (limited to 'sbin/newfs/newfs.h')
-rw-r--r--sbin/newfs/newfs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.h b/sbin/newfs/newfs.h
index 9bfe66f..ae92c0d 100644
--- a/sbin/newfs/newfs.h
+++ b/sbin/newfs/newfs.h
@@ -53,8 +53,6 @@ extern int opt; /* optimization preference (space or time) */
extern int density; /* number of bytes per inode */
extern int maxcontig; /* max contiguous blocks to allocate */
extern int maxbpg; /* maximum blocks per file in a cyl group */
-extern int bbsize; /* boot block size */
-extern int sbsize; /* superblock size */
extern int avgfilesize; /* expected average file size */
extern int avgfilesperdir; /* expected number of files per directory */
void mkfs (struct partition *, char *, int, int);
OpenPOWER on IntegriCloud