fstests: Replace all __[u]intNN_t types with standard [u]intNN_t
[xfstests-dev.git] / src / alloc.c
index 92139f7837bc7f5b61043ddc511196c732f341df..10d654d35b77f2599b4de2cd37d3711b1f20a1f0 100644 (file)
@@ -171,7 +171,7 @@ bozo!
        int             tflag = 0;
         int             nflag = 0;
        int             unlinkit = 0;
-       __int64_t       v;
+       int64_t         v;
 
        while ((c = getopt(argc, argv, "b:d:f:rtn")) != -1) {
                switch (c) {