summaryrefslogtreecommitdiff
path: root/dosfs.h
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-10-01 15:09:31 -0700
committerXin Li <delphij@google.com>2019-10-01 15:09:49 -0700
commita4cbc8877ec4eb004eb0a84d20dd53d1e40fa401 (patch)
treed00c2de6ea05e62937d718dc4c8d21316f61196c /dosfs.h
parentd0d0369b34795f02aaa4de66785bbb5d00f625e5 (diff)
downloadfsck_msdos-a4cbc8877ec4eb004eb0a84d20dd53d1e40fa401.tar.gz
Import revision 643521d9cba4f6b4717f042e6ce8bb0c71e5a3a0 from FreeBSD.
Change-Id: I5cd6c9fd7064268ceccccaeb92a2f2408871b455
Diffstat (limited to 'dosfs.h')
-rw-r--r--dosfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dosfs.h b/dosfs.h
index 3d84ea0..9f1480f 100644
--- a/dosfs.h
+++ b/dosfs.h
@@ -74,7 +74,7 @@ struct bootblock {
u_int32_t NumSectors; /* how many sectors are there */
u_int32_t FATsecs; /* how many sectors are in FAT */
u_int32_t NumFatEntries; /* how many entries really are there */
- u_int ClusterOffset; /* at what sector would sector 0 start */
+ u_int FirstCluster; /* at what sector is Cluster CLUST_FIRST */
u_int ClusterSize; /* Cluster size in bytes */
/* Now some statistics: */