summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-10-21 19:00:50 +0000
committerjhb <jhb@FreeBSD.org>2002-10-21 19:00:50 +0000
commit6dc6d20297d37fe9bbdfeef166fb00903bbb6882 (patch)
tree1cf23f32c12d9752c2143213f888fa065009b2c2 /sys/fs/msdosfs
parentd93c97ce511647c8e9bc0e57578d283b0a9ccd34 (diff)
downloadFreeBSD-src-6dc6d20297d37fe9bbdfeef166fb00903bbb6882.zip
FreeBSD-src-6dc6d20297d37fe9bbdfeef166fb00903bbb6882.tar.gz
Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP to
be like all the other bootsectors. Apple has done the same it seems.
Diffstat (limited to 'sys/fs/msdosfs')
-rw-r--r--sys/fs/msdosfs/bootsect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/bootsect.h b/sys/fs/msdosfs/bootsect.h
index 6c7b4d1..4fbd9ae 100644
--- a/sys/fs/msdosfs/bootsect.h
+++ b/sys/fs/msdosfs/bootsect.h
@@ -59,7 +59,7 @@ struct bootsector50 {
struct bootsector710 {
u_int8_t bsJump[3]; /* jump inst E9xxxx or EBxx90 */
int8_t bsOEMName[8]; /* OEM name and version */
- int8_t bsPBP[53]; /* BIOS parameter block */
+ int8_t bsBPB[53]; /* BIOS parameter block */
int8_t bsExt[26]; /* Bootsector Extension */
int8_t bsBootCode[418]; /* pad so structure is 512b */
u_int8_t bsBootSectSig2; /* 2 & 3 are only defined for FAT32? */
OpenPOWER on IntegriCloud