]> 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 75fb442873fe9fb3f9874123287c4f1d40bcf057..840884d961220a631f5c142e8f663221802eb2cc 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: LGPL-2.1+ */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 
 #include <stdlib.h>
 
@@ -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;