summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-06-20 19:25:28 +0000
committerMiles Bader <miles@gnu.org>1997-06-20 19:25:28 +0000
commit6b9d0267366154b5ba0a6be99c4778f9be8b72d7 (patch)
tree775203f71f443d9e405607e0f654b597ae83a0d6 /ufs
parent3ebafcdb7e84164ed1d9ca30a8b4012121eaba0e (diff)
(log2_dev_blocks_per_bsize):
New declaration.
Diffstat (limited to 'ufs')
-rw-r--r--ufs/ufs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ufs/ufs.h b/ufs/ufs.h
index db2cf12b..1c44e5f5 100644
--- a/ufs/ufs.h
+++ b/ufs/ufs.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1994, 1995, 1996 Free Software Foundation
+ Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -130,6 +130,8 @@ int direct_symlink_extension;
/* If this is set, then the disk is byteswapped from native order. */
int swab_disk;
+/* Number of device blocks per DEV_BSIZE block. */
+unsigned log2_dev_blocks_per_dev_bsize;
/* Handy macros */
#define DEV_BSIZE 512