From 6dc6d20297d37fe9bbdfeef166fb00903bbb6882 Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 21 Oct 2002 19:00:50 +0000 Subject: 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. --- sys/fs/msdosfs/bootsect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/msdosfs') 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? */ -- cgit v1.1