]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/coredump/test-coredump-vacuum.c
tree-wide: use UINT64_MAX or friends
[thirdparty/systemd.git] / src / coredump / test-coredump-vacuum.c
index ac212ea23b885085d79094b6bcb8ba2717edd4ea..840884d961220a631f5c142e8f663221802eb2cc 100644 (file)
@@ -6,7 +6,7 @@
 
 int main(int argc, char *argv[]) {
 
-        if (coredump_vacuum(-1, (uint64_t) -1, 70 * 1024) < 0)
+        if (coredump_vacuum(-1, UINT64_MAX, 70 * 1024) < 0)
                 return EXIT_FAILURE;
 
         return EXIT_SUCCESS;