From 0fd9c5367a31e17429418b7d3c9bb503c5cfaad1 Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 21 Oct 2002 20:52:51 +0000 Subject: Grrr, s/PBP/BPB/ here as well. Noticed by: peter --- sys/fs/msdosfs/msdosfs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/msdosfs') diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c index f7994b6..b6ea514 100644 --- a/sys/fs/msdosfs/msdosfs_vfsops.c +++ b/sys/fs/msdosfs/msdosfs_vfsops.c @@ -339,7 +339,7 @@ mountmsdosfs(devvp, mp, td, argp) bsp = (union bootsector *)bp->b_data; b33 = (struct byte_bpb33 *)bsp->bs33.bsBPB; b50 = (struct byte_bpb50 *)bsp->bs50.bsBPB; - b710 = (struct byte_bpb710 *)bsp->bs710.bsPBP; + b710 = (struct byte_bpb710 *)bsp->bs710.bsBPB; #ifndef MSDOSFS_NOCHECKSIG if (bsp->bs50.bsBootSectSig0 != BOOTSIG0 -- cgit v1.1