FAT: fix installer on FAT32 filesystems
authorH. Peter Anvin <hpa@zytor.com>
Mon, 25 Jan 2010 00:53:37 +0000 (16:53 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 25 Jan 2010 00:53:37 +0000 (16:53 -0800)
commit42f0218e808c37e08cdb12e99b80a3c9b437cd37
tree36c4bc85d06d567be6fd43b45e433275258191a7
parent2f75bbc83c94b5aed67e89244ffba3fde9e347bb
FAT: fix installer on FAT32 filesystems

The FAT32 superblock has a 12-byte reserved field which wasn't
accounted for in the structure.  As a result, the installer refused to
run on a FAT32 filesystem.  Fix the structure.

Reported-by: Kim Mik <kimmik999999@yahoo.co.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
libinstaller/syslxint.h