summaryrefslogtreecommitdiffstats
path: root/libblkid/src/superblocks/hpfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libblkid/src/superblocks/hpfs.c')
-rw-r--r--libblkid/src/superblocks/hpfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libblkid/src/superblocks/hpfs.c b/libblkid/src/superblocks/hpfs.c
index 09bf975..f7ee02d 100644
--- a/libblkid/src/superblocks/hpfs.c
+++ b/libblkid/src/superblocks/hpfs.c
@@ -60,9 +60,9 @@ struct hpfs_spare_super
static int probe_hpfs(blkid_probe pr, const struct blkid_idmag *mag)
{
- struct hpfs_super_block *hs;
- struct hpfs_spare_super *hss;
- struct hpfs_boot_block *hbb;
+ const struct hpfs_super_block *hs;
+ const struct hpfs_spare_super *hss;
+ const struct hpfs_boot_block *hbb;
uint8_t version;
/* super block */