FAT: use an anonymous union
authorH. Peter Anvin <hpa@zytor.com>
Mon, 25 Jan 2010 21:44:11 +0000 (13:44 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 25 Jan 2010 21:44:11 +0000 (13:44 -0800)
commit1f89ba5debfd8f0d535dba41be7d7dde247de704
tree07f97da7d4f7eefa5c005cab7c82e59c3550509d
parent217683b7fca9672293d997829fdbc25d7f667e79
FAT: use an anonymous union

We can use an anonymous union here... we're more or less gcc-specific
anyway, and it cleans up the namespace a lot.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/fat/fat.c
core/fs/fat/fat_fs.h