summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-24 03:19:37 +0000
committerbde <bde@FreeBSD.org>1997-03-24 03:19:37 +0000
commit554ea3437c859fbb867d80674c2cc4461278f364 (patch)
treedeed9d3844df11cc75436f3b689e932abe3a143d /sys/ufs
parentab7c9e8a17ea0d669c5d074230f3f74c263f933b (diff)
downloadFreeBSD-src-554ea3437c859fbb867d80674c2cc4461278f364.zip
FreeBSD-src-554ea3437c859fbb867d80674c2cc4461278f364.tar.gz
Fixed corrupted newline and corrupted tab in previous commit.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/fs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h
index 9c9debe..98a9b06 100644
--- a/sys/ufs/ffs/fs.h
+++ b/sys/ufs/ffs/fs.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)fs.h 8.13 (Berkeley) 3/21/95
- * $Id: fs.h,v 1.10 1997/02/22 09:47:11 peter Exp $
+ * $Id: fs.h,v 1.11 1997/03/23 20:08:22 guido Exp $
*/
#ifndef _UFS_FFS_FS_H_
@@ -200,7 +200,8 @@ struct fs {
int32_t fs_npsect; /* # sectors/track including spares */
int32_t fs_interleave; /* hardware sector interleave */
int32_t fs_trackskew; /* sector 0 skew, per track */
-/* fs_id takes the space of the unused fs_headswitch and fs_trkseek fields */ int32_t fs_id[2]; /* unique filesystem id */
+/* fs_id takes the space of the unused fs_headswitch and fs_trkseek fields */
+ int32_t fs_id[2]; /* unique filesystem id */
/* sizes determined by number of cylinder groups and their sizes */
ufs_daddr_t fs_csaddr; /* blk addr of cyl grp summary area */
int32_t fs_cssize; /* size of cyl grp summary area */
OpenPOWER on IntegriCloud