Change uint_t to unsigned int in source4
[samba.git] / source4 / ntvfs / posix / pvfs_fsinfo.c
index 10fb7cf707ee39cf1acd0067d417e01981b72958..210433baef526642e1c94841c07cf7f1f60bc7b3 100644 (file)
@@ -88,7 +88,7 @@ NTSTATUS pvfs_fsinfo(struct ntvfs_module_context *ntvfs,
        struct pvfs_state *pvfs = talloc_get_type(ntvfs->private_data,
                                  struct pvfs_state);
        uint64_t blocks_free, blocks_total;
-       uint_t bpunit;
+       unsigned int bpunit;
        struct stat st;
        const uint16_t block_size = 512;