summaryrefslogtreecommitdiffstats
path: root/sys/sys/diskpc98.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-13 22:52:42 +0000
committerobrien <obrien@FreeBSD.org>2001-09-13 22:52:42 +0000
commit1d2d921ea8dc1db60c8ed47fe6c7ce2048325f76 (patch)
tree57c7751eadc12d920ac8ed987720594d6caea02c /sys/sys/diskpc98.h
parent82bc2ba4e0e5e627bb8f4a33df86823fae16b6cf (diff)
downloadFreeBSD-src-1d2d921ea8dc1db60c8ed47fe6c7ce2048325f76.zip
FreeBSD-src-1d2d921ea8dc1db60c8ed47fe6c7ce2048325f76.tar.gz
Re-apply rev 1.178 -- style(9) the structure definitions.
I have to wonder how many other changes were lost in the KSE mildstone 2 merge.
Diffstat (limited to 'sys/sys/diskpc98.h')
-rw-r--r--sys/sys/diskpc98.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h
index 286a795..fe93b65 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -166,7 +166,7 @@ struct disklabel {
u_int16_t d_npartitions; /* number of partitions in following */
u_int32_t d_bbsize; /* size of boot area at sn0, bytes */
u_int32_t d_sbsize; /* max size of fs superblock, bytes */
- struct partition { /* the partition table */
+ struct partition { /* the partition table */
u_int32_t p_size; /* number of sectors in partition */
u_int32_t p_offset; /* starting sector */
u_int32_t p_fsize; /* filesystem basic fragment size */
OpenPOWER on IntegriCloud