]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - libblkid/src/superblocks/netware.c
libblkid: constify return values of blkid_probe_get_sb
[thirdparty/util-linux.git] / libblkid / src / superblocks / netware.c
index af81cf5fd350e6327be061e949dcaba31ef44b79..a8c20cb663d322a1ccf284b4d853e1f7abbfc5e4 100644 (file)
@@ -67,7 +67,7 @@ struct netware_super_block {
 
 static int probe_netware(blkid_probe pr, const struct blkid_idmag *mag)
 {
-       struct netware_super_block *nw;
+       const struct netware_super_block *nw;
 
        nw = blkid_probe_get_sb(pr, mag, struct netware_super_block);
        if (!nw)