- halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)
[oweals/busybox.git] / util-linux / volume_id / unused_ufs.c
index c666b86b8a468eff7ed6758035719cf0ffb3e532..86937585ffc89f449a9fdf661163f3d3ad0a44a7 100644 (file)
@@ -167,7 +167,7 @@ int volume_id_probe_ufs(struct volume_id *id, uint64_t off)
        static const short offsets[] = { 0, 8, 64, 256 };
 
        uint32_t magic;
-       int i;
+       unsigned i;
        struct ufs_super_block *ufs;
 
        dbg("probing at offset 0x%llx", (unsigned long long) off);