]> wimlib.net Git - wimlib/blobdiff - src/ntfs-3g_apply.c
Always use abbreviated integer types in library code
[wimlib] / src / ntfs-3g_apply.c
index 249de4c644aa047686a5d74341075a7a193abc59..690c2207708f9d6cfc32a92650801d1f87571fbd 100644 (file)
@@ -886,11 +886,11 @@ out:
        return ret;
 }
 
-static uint64_t
+static u64
 ntfs_3g_count_dentries(const struct list_head *dentry_list)
 {
        const struct wim_dentry *dentry;
-       uint64_t count = 0;
+       u64 count = 0;
 
        list_for_each_entry(dentry, dentry_list, d_extraction_list_node) {
                count++;