mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Renamed misleading 'BootBackupSector' to 'FsInfoSector'.
svn path=/trunk/; revision=4089
This commit is contained in:
parent
8ae622059e
commit
ef148f5d2b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: vfat.h,v 1.53 2003/01/25 15:55:08 hbirr Exp $ */
|
||||
/* $Id: vfat.h,v 1.54 2003/01/31 15:55:18 ekohl Exp $ */
|
||||
|
||||
#include <ddk/ntifs.h>
|
||||
|
||||
|
@ -52,7 +52,7 @@ struct _BootSector32
|
|||
unsigned long Signature1; // 508
|
||||
} __attribute__((packed));
|
||||
|
||||
struct _BootBackupSector
|
||||
struct _FsInfoSector
|
||||
{
|
||||
unsigned long ExtBootSignature2; // 0
|
||||
unsigned char Res6[480]; // 4
|
||||
|
|
Loading…
Reference in a new issue