]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - quota/report.c
xfsprogs: remove double-underscore integer types
[thirdparty/xfsprogs-dev.git] / quota / report.c
index d0509c25fe34f3d841d4ae84d04f30e606019df9..b2ea3bbea41b7ed081c1d438bc914022068ff8de 100644 (file)
@@ -333,9 +333,9 @@ report_header(
 static int
 report_mount(
        FILE            *fp,
-       __uint32_t      id,
+       uint32_t        id,
        char            *name,
-       __uint32_t      *oid,
+       uint32_t        *oid,
        uint            form,
        uint            type,
        fs_path_t       *mount,