]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/bus-wait-for-jobs.c
tree-wide: use UINT64_MAX or friends
[thirdparty/systemd.git] / src / shared / bus-wait-for-jobs.c
index 80f7785323b7f1018f8f082ba78610bd32fcc429..51b71ecc2c18a6758ac2b956896d4c109c2d0a91 100644 (file)
@@ -133,7 +133,7 @@ static int bus_process_wait(sd_bus *bus) {
                 if (r > 0)
                         return 0;
 
-                r = sd_bus_wait(bus, (uint64_t) -1);
+                r = sd_bus_wait(bus, UINT64_MAX);
                 if (r < 0)
                         return r;
         }